toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final content = this.content;
final eventId = this.eventId;
final eventTime = this.eventTime;
return {'content': ?content, 'eventId': ?eventId, 'eventTime': ?eventTime};
}