HttpError.cancel constructor

HttpError.cancel(
  1. String? message
)

Implementation

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