PlatformErrorEvent constructor

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

Implementation

const PlatformErrorEvent({required Object exception})
    : super(exception: exception);