HttpStatus constructor

const HttpStatus(
  1. int code,
  2. String message
)

Implementation

const HttpStatus(this.code, this.message);