EitherTypeConverter<T> constructor

const EitherTypeConverter<T>(
  1. T offValue,
  2. T onValue
)

Implementation

const EitherTypeConverter(this.offValue, this.onValue);