menu
thunder_api package
documentation
core/model/variable_model.dart
VariableModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'key': key, 'value': value, }; }
thunder_api package
documentation
core/model/variable_model
VariableModel
toMap method
VariableModel class