menu
pagaleve_flutter package
documentation
checkout_data.dart
Item
Item.new constructor
Item.new constructor
dark_mode
light_mode
Item
constructor
Item
(
{
String
?
image
,
String
?
name
,
int
?
price
,
int
?
quantity
,
String
?
reference
,
String
?
sku
,
String
?
url
,
})
Implementation
Item({ this.image, this.name, this.price, this.quantity, this.reference, this.sku, this.url, });
pagaleve_flutter package
documentation
checkout_data
Item
Item.new constructor
Item class