couchbase_lite
couchbase_lite
MutableDocument
setDouble method
setDouble
couchbase_lite
couchbase_lite
MutableDocument
setDouble 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 ==
setDouble method
dynamic
setDouble
(
String
key
,
double
value
)
Set a double value for the given key.
Parameters:
value: The double value.
key: The key.
Implementation
setDouble(String key, double value) { setValue(key, value); }