onChanged property
getter/setter pairoverride
onChanged can be set to get the value whenever the user changes it. Should not be used to save the value.
Implementation
@override
void Function(input.PhoneNumber? value)? onChanged;
onChanged can be set to get the value whenever the user changes it. Should not be used to save the value.
@override
void Function(input.PhoneNumber? value)? onChanged;