isRateLimitError property
bool
get
isRateLimitError
Checks if the status code represents a rate limit error
Implementation
bool get isRateLimitError => this == 429;
Checks if the status code represents a rate limit error
bool get isRateLimitError => this == 429;