remainingCount property

  1. @JsonKey(name: 'x-rate-limit-remaining')
int remainingCount
inherited

The number of remaining calls allowed.

Implementation

@JsonKey(name: 'x-rate-limit-remaining')
int get remainingCount => throw _privateConstructorUsedError;