isRateLimitError property

bool get isRateLimitError

Checks if the status code represents a rate limit error

Implementation

bool get isRateLimitError => this == 429;