GroqRateLimitException constructor

GroqRateLimitException({
  1. required Duration retryAfter,
})

Implementation

GroqRateLimitException({
  required this.retryAfter,
});