Action enum

Inheritance

Constructors

Action()
const

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
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.