AsyncView<T> constructor
const
AsyncView<T> ({})
Implementation
const AsyncView({
required this.value,
required this.data,
required this.error,
this.loading,
super.key,
});
const AsyncView({
required this.value,
required this.data,
required this.error,
this.loading,
super.key,
});