ErrorEvent constructor

ErrorEvent({
  1. required String message,
})

Create an ErrorEvent with the given message

Implementation

ErrorEvent({required this.message});