ValueImpl<T> constructor

const ValueImpl<T>(
  1. T value
)

Implementation

const ValueImpl(this.value);