Value<T>.of constructor

const Value<T>.of(
  1. T value
)

Implementation

const factory Value.of(T value) = _DataValue;