EntryType enum

Inheritance

Constructors

EntryType()
const

Values

string → const EntryType
bool → const EntryType
double → const EntryType
int → const EntryType
date → const EntryType
user → const EntryType
doc → const EntryType

other class

url → const EntryType
list → const EntryType

cautions: 1 Currently only 1 subType of none-list/map supported,e.g. List<0-7>

map → const EntryType

cautions: 1 Currently only 2 subTypes of none-list/map supported,e.g. Map<0-7,0-7> 2 Map field couldn't have key "id", otherwise it would be treated as EntryType.doc when reverting back 3 Currently map shouldn't have {xx: DOC|USER}, since if so, xx could be another field. DOC|USER could only be keys of a map if needed.

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