Value<T> constructor

const Value<T>(
  1. T value
)

Implementation

const Value(T value) : super._internal(true, value);