menu
autobot package
documentation
components/autobot_config.mapper.g.dart
AutobotConfigMapper
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
AutobotConfig
a
)
Implementation
Map<String, dynamic> toMap(AutobotConfig a) => {'taskDir': Mapper.toValue(a.taskDir)};
autobot package
documentation
components/autobot_config.mapper.g
AutobotConfigMapper
toMap method
AutobotConfigMapper class