Wrapped<T>.value constructor

const Wrapped<T>.value(
  1. T value
)

Implementation

const Wrapped.value(this.value);