ConvertibleValueModel<T> constructor

ConvertibleValueModel<T>(
  1. T value
)

Abstract class for the convertable value model.

It defines the required methods.

Implementation

ConvertibleValueModel(T value) : super(value);