RocketValue<T> constructor

RocketValue<T>(
  1. T? _value
)

Implementation

RocketValue(this._value);