AjaxRequestEvent constructor

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

Implementation

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