HttpUtilResponse constructor

HttpUtilResponse(
  1. int? statusCode,
  2. Object? body,
  3. String? contentType,
  4. int? contentLength,
)

Implementation

HttpUtilResponse(this.statusCode, this.body, this.contentType, this.contentLength);