ErrorResponse constructor

ErrorResponse(
  1. {int code,
  2. String error}
)

Implementation

ErrorResponse({this.code, this.error});