RateLimitSchema constructor
Returns a new RateLimitSchema instance.
Implementation
RateLimitSchema({
required this.type,
required this.value,
});
Returns a new RateLimitSchema instance.
RateLimitSchema({
required this.type,
required this.value,
});