rateLimitRemaining property

int? rateLimitRemaining

The number of requests remaining in the current rate limit window.

Updated with every request.

Will be null if no requests have been made yet.

Implementation

int? get rateLimitRemaining => _rateLimitRemaining;