UiEvent constructor
UiEvent({
- required UIEventTpeEnum type,
- dynamic data,
Implementation
UiEvent({required this.type, this.data});
UiEvent({required this.type, this.data});