AsyncLoading<T> constructor

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

Implementation

const AsyncLoading({this.previous});