beforeHandler property Null safety

PassHandlerFunction? beforeHandler

Executed before executing command. Used to check if command can be executed in current context.

Implementation

PassHandlerFunction? get beforeHandler;