PrimitiveWrapper<T> constructor

PrimitiveWrapper<T>(
  1. T value
)

Implementation

PrimitiveWrapper(this.value);