menu
material_themes_widgets package
documentation
utils/collection_utils.dart
IterableStringUtils
toUniqueList method
toUniqueList method
dark_mode
light_mode
toUniqueList
method
Iterable
<
String
>
toUniqueList
(
{
bool
growable
=
true
,
})
Implementation
Iterable<String> toUniqueList({bool growable = true}) => toSet().toList(growable:growable);
material_themes_widgets package
documentation
utils/collection_utils
IterableStringUtils
toUniqueList method
IterableStringUtils extension on
Iterable
<
String
>