defaultHandler property Null safety

CommandHandlerAbstract? defaultHandler

Default CommandHandlerAbstract for BasicCommandGroup - it will be executed then no other command from group match

Implementation

CommandHandlerAbstract? get defaultHandler;