menu
thawani_payment package
documentation
models/products.dart
Product
Product constructor
Product constructor
dark_mode
light_mode
Product
constructor
Product
(
{
required
String
name
,
required
int
quantity
,
required
int
unitAmount
,
})
Implementation
Product({ required this.name, required this.quantity, required this.unitAmount, });
thawani_payment package
documentation
models/products
Product
Product constructor
Product class