XhtmlHttpResponseInfo constructor

XhtmlHttpResponseInfo({
  1. int? statusCode,
  2. String? statusText,
})

Implementation

XhtmlHttpResponseInfo({
  this.statusCode,
  this.statusText,
});