EPlayerResult enum

Inheritance

Constructors

EPlayerResult(int value)
const
EPlayerResult.fromValue(int value)
factory

Values

failedToConnect → const EPlayerResult
const EPlayerResult(1)
abandoned → const EPlayerResult
const EPlayerResult(2)
kicked → const EPlayerResult
const EPlayerResult(3)
incomplete → const EPlayerResult
const EPlayerResult(4)
completed → const EPlayerResult
const EPlayerResult(5)

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
value int
final

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<EPlayerResult>
A constant List of the values in this enum, in order of their declaration.