TimeEvent constructor
TimeEvent({
- Annotation? annotation,
- MessageEvent? messageEvent,
- String? time,
Implementation
TimeEvent({
this.annotation,
this.messageEvent,
this.time,
});