ProgressEvent constructor

ProgressEvent({
  1. Progress? details,
})

Implementation

ProgressEvent({
  this.details,
});