commands property

Map<String, Command<CommandStatus>> commands
inherited

An unmodifiable view of all top-level commands defined for this runner.

Implementation

Map<String, Command<T>> get commands => UnmodifiableMapView(_commands);