menu
cielo_lio_helper package
documentation
payment_service/checkout_request.dart
Item
Item constructor
Item constructor
dark_mode
light_mode
Item
constructor
Item
(
{
String
?
sku
,
String
?
name
,
int
?
unitPrice
,
int
?
quantity
,
String
?
unitOfMeasure
,
})
Implementation
Item({ this.sku, this.name, this.unitPrice, this.quantity, this.unitOfMeasure, });
cielo_lio_helper package
documentation
payment_service/checkout_request
Item
Item constructor
Item class