ComparableWrapper<V> constructor

const ComparableWrapper<V>(
  1. V _value
)

Implementation

const ComparableWrapper(this._value);