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