menu
autobot package
documentation
components/task/task.mapper.g.dart
CommandStepMapper
equals method
equals method
dark_mode
light_mode
equals
method
@
override
bool
?
equals
(
CommandStep
self
,
CommandStep
other
)
Implementation
@override bool? equals(CommandStep self, CommandStep other) => Mapper.isEqual(self.run, other.run);
autobot package
documentation
components/task/task.mapper.g
CommandStepMapper
equals method
CommandStepMapper class