LazyCellAsync<T extends Object> constructor

LazyCellAsync<T extends Object>(
  1. Future<T> _func()
)

Implementation

LazyCellAsync(this._func);