name property

String? get name

Optional control identifier inside formGroup.

Required when control is not provided. This is the lookup key used by FormGroup.control to resolve the actual FormControl instance.

Implementation

String? get name;