password property

FormControl<String> get password

The password control of the form.

Implementation

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