isNotExceeded property
bool
get
isNotExceeded
Indicates if the rate limit has not been exceeded.
If there is no rate limits, it always returns true.
Implementation
bool get isNotExceeded => !isExceeded;