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