LazyCellNullable<T> constructor

LazyCellNullable<T>(
  1. T _func()
)

Implementation

LazyCellNullable(this._func);