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