Nullable<T> constructor

Nullable<T>(
  1. T value
)

Implementation

Nullable(this.value);