NBRateLimitError class

An extended NBError class representing a rate limit error. This is returned due to api response

Inheritance

Constructors

NBRateLimitError(dynamic rem, dynamic reset)

Properties

hashCode int
The hash code for this object.
no setterinherited
remaining int
latefinal
resetsIn DateTime
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited