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