menu
datatoggle package
documentation
product.dart
Product
Product.new constructor
Product.new constructor
dark_mode
light_mode
Product
constructor
Product
(
String
id
,
String
sku
,
double
price
, {
String
?
name
,
String
?
productId
,
Map
<
String
,
Object
>
others
=
const {}
,
})
Implementation
Product(this.id, this.sku, this.price, {this.name, this.productId, this.others = const {}});
datatoggle package
documentation
product
Product
Product.new constructor
Product class