menu
dart_ng_forms package
documentation
form_group.dart
FormGroup<M>
toModel abstract method
toModel abstract method
dark_mode
light_mode
toModel
abstract method
FutureOr
<
M
>
toModel
(
)
Converts the form state to a model object of type
M
.
Implementation
FutureOr<M> toModel();
dart_ng_forms package
documentation
form_group
FormGroup<M>
toModel abstract method
FormGroup class