menu
hive_ce_flutter package
documentation
hive_flutter.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_flutter package
documentation
hive_flutter
HiveCollection<E extends HiveObjectMixin>
toMap abstract method
HiveCollection class