HttpError constructor
HttpError({})
Implementation
HttpError({
required this.statusCode,
required this.url,
this.statusMessage,
this.bodyJson,
super.stackTrace,
super.cause
});
HttpError({
required this.statusCode,
required this.url,
this.statusMessage,
this.bodyJson,
super.stackTrace,
super.cause
});