Value_Value enum

Inheritance

Constructors

Value_Value()
const

Values

double_1 → const Value_Value
string → const Value_Value
object → const Value_Value
array → const Value_Value
binData → const Value_Value
objectId → const Value_Value
bool_7 → const Value_Value
null_8 → const Value_Value
int_9 → const Value_Value
timestamp → const Value_Value
long → const Value_Value
notSet → const Value_Value

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