LazyCellAsync<T extends Object> constructor
LazyCellAsync<T extends Object> (
- Future<
T> func()
Implementation
factory LazyCellAsync(Future<T> Function() func) = NonNullableLazyCellAsync;