checkIfSatisfied property

FutureOr<bool> get checkIfSatisfied

The function to override for indicating if the guard is satisfied or not.

Implementation

FutureOr<bool> get checkIfSatisfied;