menu
absmartly_sdk package
documentation
json/attribute.dart
Attribute
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { "name": name, "value": value, "setAt": setAt, }; }
absmartly_sdk package
documentation
json/attribute
Attribute
toMap method
Attribute class