commandHandlers property
Command handler registry for this aggregate
Implementation
@protected
CommandHandlerRegistry<TState> get commandHandlers => _commandHandlers;
Command handler registry for this aggregate
@protected
CommandHandlerRegistry<TState> get commandHandlers => _commandHandlers;