Document class

Implementers

Constructors

Document([Map _map, String _id ])

Properties

id String
read / write
internalState Map<String, dynamic>
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

contains(String key) bool
count() int
getBoolean(String key) bool
getDouble(String key) double
getId() String
getInt(String key) int
getKeys() List<String>
getList<T>(String key) List<T>
getListOfMap<K, V>(String key) List<Map<K, V>>
getMap<K, V>(String key) Map<K, V>
getString(String key) String
getValue(String key) Object
isEmpty() bool
isNotEmpty() bool
isNotNull() bool
stringMapFromDynamic(Map _map) Map<String, dynamic>
toMap() Map<String, dynamic>
toMutable() MutableDocument
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited