resetAt property

  1. @JsonKey(name: 'x-rate-limit-reset')
DateTime resetAt
inherited

The date time when the remaining number of calls will be reset.

Implementation

@JsonKey(name: 'x-rate-limit-reset')
DateTime get resetAt => throw _privateConstructorUsedError;