getAll property
List<CommandRegistration>
get
getAll
All registrations.
Implementation
List<CommandRegistration> get getAll => List.unmodifiable(_commands);
All registrations.
List<CommandRegistration> get getAll => List.unmodifiable(_commands);