username property

FormControl<String> get username

The email control of the form.

Implementation

FormControl<String> get username =>
    control("username") as FormControl<String>;