menu
bootpay package
documentation
model/commerce/commerce_product.dart
CommerceProduct
CommerceProduct.new constructor
CommerceProduct.new constructor
dark_mode
light_mode
CommerceProduct
constructor
CommerceProduct
(
{
String
productId
=
''
,
int
duration
=
-1
,
int
quantity
=
1
,
})
Implementation
CommerceProduct({ this.productId = '', this.duration = -1, this.quantity = 1, });
bootpay package
documentation
model/commerce/commerce_product
CommerceProduct
CommerceProduct.new constructor
CommerceProduct class