boolFunctionResult property

bool boolFunctionResult

Executes the _boolFunction and returns the result. Returns false if the function is null.

Implementation

bool get boolFunctionResult => _boolFunction?.call() ?? false;