ErrorEvent constructor

ErrorEvent({
  1. required String value,
})

Implementation

ErrorEvent({required String super.value})
    : super(type: PlayerEventType.error);