ErrorEvent constructor

const ErrorEvent({
  1. required Object exception,
})

Implementation

const ErrorEvent({required this.exception});