handlers property

List<CommandHandler<T>> get handlers

Implementation

List<CommandHandler<T>> get handlers => List.unmodifiable(_handlers);