GlobalErrorEvent constructor
GlobalErrorEvent({
- required GlobalEvenTypes type,
- dynamic data,
Implementation
GlobalErrorEvent({required this.type, this.data});
GlobalErrorEvent({required this.type, this.data});