commands property

Map<String, Command<T>> commands

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

Implementation

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