menu
bottom_bar_matu package
documentation
utils/app_utils.dart
IterableExtensions<T>
toSet method
toSet method
dark_mode
light_mode
toSet
method
Set
<
T
>
toSet
(
)
Convert iterable to set
Implementation
Set<T> toSet() => Set.from(this!);
bottom_bar_matu package
documentation
utils/app_utils
IterableExtensions<T>
toSet method
IterableExtensions extension on
Iterable
<
T
>
?