handlers property

List<CommandHandler<T>> handlers

Implementation

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