menu
woosignal package
documentation
models/response/product_batch.dart
Attribute
Attribute constructor
Attribute constructor
dark_mode
light_mode
Attribute
constructor
Attribute
(
{
int
?
id
,
String
?
name
,
int
?
position
,
bool
?
visible
,
bool
?
variation
,
List
<
String
>
?
options
,
})
Implementation
Attribute({ this.id, this.name, this.position, this.visible, this.variation, this.options, });
woosignal package
documentation
models/response/product_batch
Attribute
Attribute constructor
Attribute class