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