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