ValueWrapper<T> constructor

ValueWrapper<T>(
  1. T value
)

Construct a ValueWrapper from value.

Implementation

ValueWrapper(this.value);