Value<T>.none constructor

const Value<T>.none()

Implementation

const factory Value.none() = _NoneValue;