couchbase_lite
result
Result
setMap method
setMap
couchbase_lite
result
Result
setMap method
Result class
Constructors
Result
Properties
hashCode
runtimeType
Methods
contains
count
getBoolean
getDouble
getInt
getKeys
getList
getString
getValue
setList
setMap
toList
toMap
noSuchMethod
toString
Operators
operator ==
setMap method
dynamic
setMap
(
Map
<
String
,
dynamic
>
map
)
Implementation
setMap(Map<String, dynamic> map) { _internalMap.clear(); _internalMap.addAll(map); }