menu
orkitt package
documentation
utils.dart
MapToList<T, V>
toListOfValues method
toListOfValues method
dark_mode
light_mode
toListOfValues
method
List
<
V
>
toListOfValues
(
)
Implementation
List<V> toListOfValues() { return values.toList(); }
orkitt package
documentation
utils
MapToList<T, V>
toListOfValues method
MapToList extension on
Map
<
T
,
V
>