ProgressEvent constructor

ProgressEvent(
  1. bool isPreview,
  2. EventType type,
  3. double progress
)

Implementation

ProgressEvent(this.isPreview, this.type, this.progress);