EFriendFlags enum

Inheritance

Constructors

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

Values

none → const EFriendFlags
const EFriendFlags(0)
blocked → const EFriendFlags
const EFriendFlags(1)
friendshipRequested → const EFriendFlags
const EFriendFlags(2)
immediate → const EFriendFlags
const EFriendFlags(4)
clanMember → const EFriendFlags
const EFriendFlags(8)
onGameServer → const EFriendFlags
const EFriendFlags(16)
requestingFriendship → const EFriendFlags
const EFriendFlags(128)
requestingInfo → const EFriendFlags
const EFriendFlags(256)
ignored → const EFriendFlags
const EFriendFlags(512)
ignoredFriend → const EFriendFlags
const EFriendFlags(1024)
chatMember → const EFriendFlags
const EFriendFlags(4096)
all → const EFriendFlags
const EFriendFlags(65535)

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