commands property

Map<String, Command<void>> commands
inherited

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

Implementation

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