menu
orkitt package
documentation
utils.dart
ToListOfMaps<T>
toListOfMaps method
toListOfMaps method
dark_mode
light_mode
toListOfMaps
method
List
<
Map
<
String
,
T
>
>
toListOfMaps
(
String
key
)
Implementation
List<Map<String, T>> toListOfMaps(String key) { return map((item) => {key: item}).toList(); }
orkitt package
documentation
utils
ToListOfMaps<T>
toListOfMaps method
ToListOfMaps extension on
Iterable
<
T
>