username property
FormControl<String>
get
username
The email control of the form.
Implementation
FormControl<String> get username =>
control("username") as FormControl<String>;
The email control of the form.
FormControl<String> get username =>
control("username") as FormControl<String>;