ErrorEvent constructor

ErrorEvent({
  1. dynamic error,
})

Implementation

ErrorEvent({
  this.error,
});