ErrorProgressEvent constructor

const ErrorProgressEvent(
  1. dynamic error
)

Creates a new ErrorProgressEvent with the given error

Implementation

const ErrorProgressEvent(this.error) : super._();