RateLimitWindowSchema constructor
Returns a new RateLimitWindowSchema instance.
Implementation
RateLimitWindowSchema({
required this.limit,
required this.remaining,
required this.reset,
});
Returns a new RateLimitWindowSchema instance.
RateLimitWindowSchema({
required this.limit,
required this.remaining,
required this.reset,
});