commandParsers property

Map<String, CommandParser> commandParsers

Implementation

Map<String, CommandParser> get commandParsers =>
    Map.unmodifiable(_commandParsers);