HttpResponse constructor
HttpResponse({})
Implementation
HttpResponse({
this.statusCode,
this.statusMessage,
this.headers,
Object? body,
this.time,
this.additionalData,
}) : body = Utils.tryParseJson(body);