subjectUidControl property

FormControl<String> get subjectUidControl

Implementation

FormControl<String> get subjectUidControl =>
    form.control(subjectUidControlPath()) as FormControl<String>;