FetchFailed<T> constructor

const FetchFailed<T>(
  1. String failedMessage, {
  2. dynamic exception,
})

Implementation

const FetchFailed(this.failedMessage, {this.exception});