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