HttpError.unknown constructor

HttpError.unknown(
  1. String? message
)

Implementation

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