ResponseError constructor

ResponseError(
  1. int code,
  2. String message
)

Implementation

ResponseError(this.code, this.message);