couchbase_lite
couchbase_lite
MutableDocument
MutableDocument constructor
MutableDocument
couchbase_lite
couchbase_lite
MutableDocument
MutableDocument constructor
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 ==
MutableDocument constructor
MutableDocument
(
[
Map
data
,
String
id
])
Implementation
MutableDocument([Map<dynamic, dynamic> data, String id]) : super(data, id) { this.id = id; }