Value<T> constructor

const Value<T>(
  1. T value
)

Implementation

const factory Value(T value) = ValueImpl;