isNotExceeded property

bool isNotExceeded

Returns true if the rate limit is not exceeded, otherwise false.

Implementation

bool get isNotExceeded => remainingCount > 0;