beforeHandler property Null safety

PassHandlerFunction? beforeHandler
final

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

Implementation

@override
final PassHandlerFunction? beforeHandler;