AwaResponseReason enum

Inheritance

Constructors

AwaResponseReason()
const

Values

None → const AwaResponseReason

None = 0

Answered → const AwaResponseReason

Answered = 1 User provided an answer

TimedOut → const AwaResponseReason

TimedOut = 2 The HTTP request timed out, a new request may be made and an answer may still be provided.

Replaced → const AwaResponseReason

Replaced = 3 This request was replaced by another request.

ProtectedInvalidEnumValue → const AwaResponseReason

value not found fallback

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Operators

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

Constants

values → const List<AwaResponseReason>
A constant List of the values in this enum, in order of their declaration.