PersistTo enum

Inheritance

Constructors

PersistTo(int value)
const
PersistTo.read(MessageBuffer buffer)
factory

Values

none → const PersistTo
const PersistTo(0)
active → const PersistTo
const PersistTo(1)
one → const PersistTo
const PersistTo(2)
two → const PersistTo
const PersistTo(3)
three → const PersistTo
const PersistTo(4)
four → const PersistTo
const PersistTo(5)

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
write(MessageBuffer buffer) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

byValue(int value) PersistTo?

Constants

values → const List<PersistTo>
A constant List of the values in this enum, in order of their declaration.