OrderPositionUmbrella constructor
- required String productId,
- required int qty,
- int? price,
- int? totalPrice,
Implementation
OrderPositionUmbrella(
{required this.productId,
required this.qty,
this.price,
this.totalPrice});
OrderPositionUmbrella(
{required this.productId,
required this.qty,
this.price,
this.totalPrice});