menu
easy_flu_utils package
documentation
easy_utils.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();
easy_flu_utils package
documentation
easy_utils
HiveCollection<E extends HiveObjectMixin>
toMap abstract method
HiveCollection class