HttpError.unknown constructor
HttpError.unknown(
- String? message
Implementation
HttpError.unknown(this.message)
: code = 0,
type = HttpErrorType.unknown;
HttpError.unknown(this.message)
: code = 0,
type = HttpErrorType.unknown;