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