emailControl property

FormControl<String> get emailControl

Implementation

FormControl<String> get emailControl =>
    form.control(emailControlPath()) as FormControl<String>;