subcommands property Null safety
An unmodifiable view of all sublevel commands of this command.
Implementation
Map<String, Command<T>> get subcommands => UnmodifiableMapView(_subcommands);
An unmodifiable view of all sublevel commands of this command.
Map<String, Command<T>> get subcommands => UnmodifiableMapView(_subcommands);