SimpleState<T> constructor
const
SimpleState<T> ({})
Implementation
const SimpleState({
this.isInitial = false,
this.isLoading = false,
this.isError = false,
this.data,
this.errorMessage,
});