LoadableState<T>.withErrorMessage constructor
LoadableState<T>.withErrorMessage (
- String? errorMessage
Implementation
factory LoadableState.withErrorMessage(String? errorMessage) => LoadableState(
errorMessage: errorMessage, isLoading: false, hasLoaded: true);