NullableLazyCell<T> constructor

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

Implementation

NullableLazyCell(this._func);