menu
storebounty_account package
documentation
model/singleproductmodel.dart
SingleProductModel
SingleProductModel constructor
SingleProductModel constructor
dark_mode
light_mode
SingleProductModel
constructor
SingleProductModel
(
{
String
?
status
,
int
?
code
,
String
?
message
,
String
?
timestamp
,
Data
?
data
,
})
Implementation
SingleProductModel({ this.status, this.code, this.message, this.timestamp, this.data, });
storebounty_account package
documentation
model/singleproductmodel
SingleProductModel
SingleProductModel constructor
SingleProductModel class