RefreshFailed<T> constructor

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

Implementation

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