menu
lo_form package
documentation
core.dart
FieldsMapX<TKey>
getValues method
getValues method
dark_mode
light_mode
getValues
method
ValMap
<
TKey
>
getValues
(
)
Implementation
ValMap<TKey> getValues() { return map((key, field) => MapEntry(key, field.value)); }
lo_form package
documentation
core
FieldsMapX<TKey>
getValues method
FieldsMapX extension on
FieldsMap
<
TKey
>