Nullable<T> constructor

const Nullable<T>(
  1. T? _value
)

Implementation

const Nullable(this._value);