ApplicationEvent constructor

ApplicationEvent({
  1. String? createTime,
  2. String? eventType,
})

Implementation

ApplicationEvent({
  this.createTime,
  this.eventType,
});