couchbase_lite
mutable_document
MutableDocument
setDouble method
setDouble
couchbase_lite
mutable_document
MutableDocument
setDouble 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 ==
setDouble method
dynamic
setDouble
(
String
key
,
double
value
)
Implementation
setDouble(String key, double value) { setValue(key, value); }