AjaxRequest constructor
AjaxRequest({ - AjaxRequestAction? action,
- dynamic data,
- AjaxRequestEvent? event,
- bool? isAsync,
- String? method,
- String? password,
- AjaxRequestReadyState? readyState,
- dynamic response,
- String? responseText,
- String? responseType,
- WebUri? responseURL,
- String? responseXML,
- int? status,
- String? statusText,
- WebUri? url,
- String? user,
- bool? withCredentials,
})
Implementation
AjaxRequest({
AjaxRequestAction? action,
this.data,
this.event,
this.headers,
this.isAsync,
this.method,
this.password,
this.readyState,
this.response,
this.responseHeaders,
this.responseText,
this.responseType,
this.responseURL,
this.responseXML,
this.status,
this.statusText,
this.url,
this.user,
this.withCredentials,
}) : action = action ?? AjaxRequestAction.PROCEED;