switches property

Map<String, Command> switches
final

Map of switch name to Command (for hierarchical commands) Example: {"ios": Command(...), "android": Command(...)}

Implementation

final Map<String, Command> switches;