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