EChatRoomEnterResponse enum

Inheritance

Constructors

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

Values

success → const EChatRoomEnterResponse
const EChatRoomEnterResponse(1)
doesntExist → const EChatRoomEnterResponse
const EChatRoomEnterResponse(2)
notAllowed → const EChatRoomEnterResponse
const EChatRoomEnterResponse(3)
full → const EChatRoomEnterResponse
const EChatRoomEnterResponse(4)
error → const EChatRoomEnterResponse
const EChatRoomEnterResponse(5)
banned → const EChatRoomEnterResponse
const EChatRoomEnterResponse(6)
limited → const EChatRoomEnterResponse
const EChatRoomEnterResponse(7)
clanDisabled → const EChatRoomEnterResponse
const EChatRoomEnterResponse(8)
communityBan → const EChatRoomEnterResponse
const EChatRoomEnterResponse(9)
memberBlockedYou → const EChatRoomEnterResponse
const EChatRoomEnterResponse(10)
youBlockedMember → const EChatRoomEnterResponse
const EChatRoomEnterResponse(11)
ratelimitExceeded → const EChatRoomEnterResponse
const EChatRoomEnterResponse(15)

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