menu
collql package
documentation
implementations/document.dart
SelectorJsonPointer
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
inherited
Convert the document to Dart Map.
Implementation
Map<String, dynamic> toMap() => internal;
collql package
documentation
implementations/document
SelectorJsonPointer
toMap method
SelectorJsonPointer mixin