couchbase_lite
parameters
Parameters
setBoolean method
setBoolean
couchbase_lite
parameters
Parameters
setBoolean method
Parameters class
Constructors
Parameters
Properties
map
hashCode
runtimeType
Methods
getValue
setBoolean
setDate
setDouble
setInt
setString
setValue
noSuchMethod
toString
Operators
operator ==
setBoolean method
Parameters
setBoolean
(
String
name
,
bool
value
)
Implementation
Parameters setBoolean(String name, bool value) { map[name] = value; return this; }