ErrorResponse constructor

ErrorResponse(
  1. int _code,
  2. String _body
)

Implementation

ErrorResponse(this._code, this._body);