menu
ekyc_flutter package
documentation
app/configs/config.dart
VxExtensionMap<K, V>
keysList method
keysList method
dark_mode
light_mode
keysList
method
List
<
K
>
keysList
(
{
bool
growable
=
true
,
})
Implementation
List<K> keysList({bool growable = true}) => keys.toList(growable: growable);
ekyc_flutter package
documentation
app/configs/config
VxExtensionMap<K, V>
keysList method
VxExtensionMap extension on
Map
<
K
,
V
>