SubscriptionNames enum

Inheritance

Constructors

SubscriptionNames()
const

Values

OBJECTS_CHANGES → const SubscriptionNames
RELATIONS_CHANGES → const SubscriptionNames
PUB_SUB_CONNECT → const SubscriptionNames
PUB_SUB_MESSAGES → const SubscriptionNames
PUB_SUB_COMMANDS → const SubscriptionNames
PUB_SUB_USERS → const SubscriptionNames
RSO_CONNECT → const SubscriptionNames
RSO_CHANGES → const SubscriptionNames
RSO_CLEARED → const SubscriptionNames
RSO_COMMANDS → const SubscriptionNames
RSO_INVOKE → const SubscriptionNames
RSO_USERS → const SubscriptionNames

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