XmlHttpRequestResponse constructor

XmlHttpRequestResponse({
  1. String? responseText,
  2. XhtmlHttpResponseInfo? responseInfo,
  3. String? error,
})

Implementation

XmlHttpRequestResponse({this.responseText, this.responseInfo, this.error});