remaining property

int remaining

The remaining number of requests that can be made in this reset period.

This value accounts for in-flight requests, see addInflightRequest and removeInflightRequest for more information.

Implementation

int get remaining => _remaining - inflightRequests;