EventException constructor

EventException(
  1. String message, {
  2. String? fix,
  3. String? cause,
})

Implementation

EventException(super.message, {super.fix, super.cause});