modelToViewValue abstract method

ViewDataType? modelToViewValue(
  1. ModelDataType? modelValue
)

Returns the value that must be supplied to the UI widget.

Converts value from control data type to UI data type.

Implementation

ViewDataType? modelToViewValue(ModelDataType? modelValue);