menu
flutter_enhancer package
documentation
iterable/map_to_list.dart
MapToList extension
MapToList extension
dark_mode
light_mode
MapToList<
T
>
extension
on
Iterable
<
T
>
Methods
mapList
<
E
>
(
E
toElement
(
T
element
)
)
→
List
<
E
>
Available on
Iterable
<
T
>
, provided by the
MapToList
extension
Maps each element of the iterable to a new form using the provided
toElement
function and returns the results as a list.
flutter_enhancer package
documentation
iterable/map_to_list
MapToList extension
map_to_list library