couchbase_lite
document
Document
toMap method
toMap
couchbase_lite
document
Document
toMap method
Document class
Constructors
Document
Properties
id
internalState
hashCode
runtimeType
Methods
contains
count
getBoolean
getDouble
getId
getInt
getKeys
getList
getListOfMap
getMap
getString
getValue
isEmpty
isNotEmpty
isNotNull
stringMapFromDynamic
toMap
toMutable
noSuchMethod
toString
Operators
operator ==
toMap method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return internalState; }