AjaxRequestEvent constructor

AjaxRequestEvent({
  1. AjaxRequestEventType? type,
  2. bool? lengthComputable,
  3. int? loaded,
  4. int? total,
})

Implementation

AjaxRequestEvent({this.type, this.lengthComputable, this.loaded, this.total});