currentStatus property
bool
get
currentStatus
The current status of the guard, whether it is satisfied or not.
Implementation
bool get currentStatus => _currentStatus;
The current status of the guard, whether it is satisfied or not.
bool get currentStatus => _currentStatus;