toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotation = this.annotation;
  final messageEvent = this.messageEvent;
  final time = this.time;
  return {
    'annotation': ?annotation,
    'messageEvent': ?messageEvent,
    'time': ?time,
  };
}