FetchFailed<T> constructor
const
FetchFailed<T> (
- String failedMessage, {
- dynamic exception,
Implementation
const FetchFailed(this.failedMessage, {this.exception});