menu
storebounty_themes package
documentation
theme_sabo/src/model/singleproductmodel.dart
Variant
Variant constructor
Variant constructor
dark_mode
light_mode
Variant
constructor
Variant
(
{
int
?
id
,
String
?
name
,
dynamic
code
,
String
?
slug
,
bool
?
active
,
bool
?
isDefault
,
List
<
String
>
?
options
,
})
Implementation
Variant({ this.id, this.name, this.code, this.slug, this.active, this.isDefault, this.options, });
storebounty_themes package
documentation
theme_sabo/src/model/singleproductmodel
Variant
Variant constructor
Variant class