menu
dart_ng_forms package
documentation
abstract_control.dart
AbstractControl<T>
setValue abstract method
setValue abstract method
dark_mode
light_mode
setValue
abstract method
void
setValue
(
T
val
, {
bool
notify
=
true
,
})
Sets the value of the control.
Implementation
void setValue(T val, {bool notify = true});
dart_ng_forms package
documentation
abstract_control
AbstractControl<T>
setValue abstract method
AbstractControl class