LazyCellAsync<T extends Object> constructor

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

Implementation

factory LazyCellAsync(Future<T> Function() func) = NonNullableLazyCellAsync;