ErrorResponse constructor

const ErrorResponse(
  1. String code,
  2. String description,
  3. String? state, {
  4. Uri? uri,
})

Implementation

const ErrorResponse(this.code, this.description, this.state, {this.uri});