NullableLazyCellAsync<T> constructor

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

Implementation

NullableLazyCellAsync(this._func);