HttpStatus constructor

HttpStatus(
  1. String url,
  2. String requestedURL,
  3. int status
)

Implementation

HttpStatus(this.url, this.requestedURL, this.status);