LazyCellAsync<T extends Object> constructor
LazyCellAsync<T extends Object> (
- Future<
T> _func()
Implementation
LazyCellAsync(this._func);
LazyCellAsync(this._func);