menu
thunder_api package
documentation
core/model/event_model.dart
ScriptModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'type': type, 'exec': exec, }; }
thunder_api package
documentation
core/model/event_model
ScriptModel
toMap method
ScriptModel class