value property

ViewDataType? value

Gets the value of the FormControl given by the valueAccessor.

Implementation

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