couchbase_lite
couchbase_lite
MutableDocument
remove method
remove
couchbase_lite
couchbase_lite
MutableDocument
remove method
MutableDocument class
Constructors
MutableDocument
Properties
id
hashCode
runtimeType
Methods
getList
getMap
remove
setArray
setBoolean
setDouble
setInt
setList
setMap
setString
setValue
toMap
toMutable
contains
count
getArray
getBoolean
getDouble
getInt
getKeys
getString
getValue
noSuchMethod
toString
Operators
operator ==
remove method
dynamic
remove
(
String
key
)
Removes a given key and its value.
Parameter key: The key.
Implementation
dynamic remove(String key) { super._data.remove(key); }