fromMap method

CommandStep fromMap(
  1. Map<String, dynamic> map
)

Implementation

CommandStep fromMap(Map<String, dynamic> map) => CommandStep(map.get('run'));