MutableDocument class

Inheritance

Constructors

MutableDocument({Map map, String id })

Properties

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

Methods

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

Operators

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