username property
FormControl<String>
get
username
The username form control.
This control validates that the username field is not empty.
Access the value via username.value and check validity via username.valid.
Implementation
FormControl<String> get username =>
control("username") as FormControl<String>;