menu
hive_ce package
documentation
hive.dart
HiveCollection<E extends HiveObjectMixin>
toMap abstract method
toMap abstract method
dark_mode
light_mode
toMap
abstract method
Map
<
dynamic
,
E
>
toMap
(
)
Converts this collection to a Map.
Implementation
Map<dynamic, E> toMap();
hive_ce package
documentation
hive
HiveCollection<E extends HiveObjectMixin>
toMap abstract method
HiveCollection class