RateLimitsConfig class
Configuration container for all rate limits
Constructors
- RateLimitsConfig({RateLimitConfig? base, RateLimitConfig? request, RateLimitConfig? tag, RateLimitConfig? console, RateLimitConfig? ui, RateLimitConfig? metric, RateLimitConfig? error, RateLimitConfig? performance, })
-
const
-
RateLimitsConfig.fromMap(Map<
String, dynamic> map) -
Create from Map (for deserialization)
factory
Properties
- base → RateLimitConfig?
-
final
- console → RateLimitConfig?
-
final
- error → RateLimitConfig?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metric → RateLimitConfig?
-
final
-
final
- performance → RateLimitConfig?
-
final
- request → RateLimitConfig?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → RateLimitConfig?
-
final
- ui → RateLimitConfig?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Convert to Map for serialization
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited