ErrorEvent constructor
ErrorEvent({
- required String error,
Implementation
ErrorEvent({required this.error}) : super(type: PlayerEventTypes.ERROR);
ErrorEvent({required this.error}) : super(type: PlayerEventTypes.ERROR);