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