HttpNotSuccess constructor

const HttpNotSuccess(
  1. int statusCode,
  2. String message
)

Implementation

const HttpNotSuccess(this.statusCode, this.message);