couchbase_lite
mutable_document
MutableDocument
setValue method
setValue
couchbase_lite
mutable_document
MutableDocument
setValue method
MutableDocument class
Constructors
MutableDocument
Properties
hashCode
id
internalState
runtimeType
Methods
remove
setArray
setBoolean
setDouble
setInt
setString
setValue
contains
count
getBoolean
getDouble
getId
getInt
getKeys
getList
getListOfMap
getMap
getString
getValue
isEmpty
isNotEmpty
isNotNull
noSuchMethod
stringMapFromDynamic
toMap
toMutable
toString
Operators
operator ==
setValue method
dynamic
setValue
(
String
key
,
Object
value
)
Implementation
setValue(String key, Object value) { if (value != null) { super.internalState[key] = value; } }