Event constructor
Event({})
Implementation
Event({
required this.eventId,
required this.eventName,
required this.eventTime,
required this.deviceTime,
this.eventParams,
this.customParams,
this.priority = priorityNormal,
});