Action enum

Inheritance
Available extensions

Values

objects → const Action
internalObjects → const Action
count → const Action
last → const Action
create → const Action
createList → const Action
delete → const Action
beginWrite → const Action
commitWrite → const Action
login → const Action
logout → const Action
logoutAll → const Action
allUsers → const Action
subscribe → const Action
watch → const Action
unSubscribe → const Action
asyncOpen → const Action
deleteAll → const Action
indexObject → const Action

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Action, provided by the ActionExtension extension

no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<Action>
A constant List of the values in this enum, in order of their declaration.