AsyncLoading<T> constructor

const AsyncLoading<T>({
  1. T? cache,
})

Implementation

const AsyncLoading({this.cache});