RateLimitException constructor

const RateLimitException(
  1. String message, {
  2. int? statusCode,
  3. Map<String, dynamic>? details,
  4. int? retryAfter,
})

Creates a new RateLimitException

Implementation

const RateLimitException(super.message, {super.statusCode, super.details, this.retryAfter});