AjaxRequestEvent constructor
AjaxRequestEvent({
- bool? lengthComputable,
- int? loaded,
- int? total,
- AjaxRequestEventType? type,
Implementation
AjaxRequestEvent({this.lengthComputable, this.loaded, this.total, this.type});