LazyCellNullableAsync<T> constructor

LazyCellNullableAsync<T>(
  1. Future<T> _func()
)

Implementation

LazyCellNullableAsync(this._func);