menu
absmartly_sdk package
documentation
json/attribute.dart
Attribute
Attribute.new constructor
Attribute.new constructor
dark_mode
light_mode
Attribute
constructor
Attribute
(
{
required
String
name
,
required
dynamic
value
,
required
int
setAt
,
})
Implementation
Attribute({required this.name, required this.value, required this.setAt});
absmartly_sdk package
documentation
json/attribute
Attribute
Attribute.new constructor
Attribute class