AsyncLoading<T> constructor
Creates an AsyncValue in loading state.
Prefer always using this constructor with the const
keyword.
Implementation
const AsyncLoading();
Creates an AsyncValue in loading state.
Prefer always using this constructor with the const
keyword.
const AsyncLoading();