couchbase_lite
couchbase_lite
MutableDocument
toMap method
toMap
couchbase_lite
couchbase_lite
MutableDocument
toMap 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 ==
toMap method
Map
<
String
,
dynamic
>
toMap
(
)
override
Gets content of the current object as a Dictionary.
Returns: The Dictionary representing the content of the current object.
Implementation
Map<String, dynamic> toMap() => Map.from(_data);