HttpResponse constructor

HttpResponse(
  1. int code,
  2. String message,
  3. String? body
)

Implementation

HttpResponse(this.code, this.message, this.body);