value property

V? value
inherited

Gets the value of the FormControl given by the valueAccessor.

Implementation

ViewDataType? get value => valueAccessor.modelToViewValue(control.value);