toMap method

Map<String, dynamic> toMap(
  1. CommandStep c
)

Implementation

Map<String, dynamic> toMap(CommandStep c) => {'run': Mapper.toValue(c.run), 'type': 'CommandStep'};