boolFunctionResult property
Executes the _boolFunction and returns the result. Returns false if the function is null.
Implementation
bool get boolFunctionResult => _boolFunction?.call() ?? false;
Executes the _boolFunction and returns the result. Returns false if the function is null.
bool get boolFunctionResult => _boolFunction?.call() ?? false;