Event constructor
Event({
- String? eventName,
- dynamic eventValue,
Implementation
Event({
this.eventName,
this.eventValue,
});
Event({
this.eventName,
this.eventValue,
});