AsyncLoading<T> constructor
const
AsyncLoading<T> ()
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();