callCount property
int
get
callCount
The number of times this guard has been called.
Implementation
int get callCount => _callCount;
The number of times this guard has been called.
int get callCount => _callCount;