UnknownEventException constructor

UnknownEventException(
  1. Type type, [
  2. Object? cause
])

Implementation

UnknownEventException(
  Type type, [
  this.cause,
]) : super("Event '$type' is unknown. $cause");