HttpError.badServer constructor

HttpError.badServer(
  1. int code,
  2. String? message
)

Implementation

HttpError.badServer(this.code, this.message) : type = HttpErrorType.badServer;