filePathsControl property

FormArray<String>? get filePathsControl

Implementation

FormArray<String>? get filePathsControl => containsFilePaths
    ? form.control(filePathsControlPath()) as FormArray<String>?
    : null;