menu
autobot package
documentation
components/task/task.mapper.g.dart
CommandStepMapper
stringify method
stringify method
dark_mode
light_mode
stringify
method
@
override
String
?
stringify
(
CommandStep
self
)
Implementation
@override String? stringify(CommandStep self) => 'CommandStep(run: ${Mapper.asString(self.run)})';
autobot package
documentation
components/task/task.mapper.g
CommandStepMapper
stringify method
CommandStepMapper class