menu
dartkit2 package
documentation
dartkit.dart
DkMapExt<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);
dartkit2 package
documentation
dartkit
DkMapExt<K, V>
keysList method
DkMapExt extension on
Map
<
K
,
V
>