AwaResponseReason class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Constants
-
Answered
→ const int
-
User provided an answer
1
-
None
→ const int
-
0
-
Replaced
→ const int
-
This request was replaced by another request.
3
-
TimedOut
→ const int
-
The HTTP request timed out, a new request may be made and an answer may still be
provided.
2