menu
mobiotics_provider package
documentation
models/theme/theme/attribute.dart
Attribute
Attribute constructor
Attribute constructor
dark_mode
light_mode
Attribute
constructor
Attribute
(
{
String
?
name
,
String
?
key
,
String
?
value
,
String
?
attributeId
,
})
Implementation
Attribute({this.name, this.key, this.value, this.attributeId});
mobiotics_provider package
documentation
models/theme/theme/attribute
Attribute
Attribute constructor
Attribute class