toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final droppedAnnotationsCount = this.droppedAnnotationsCount;
  final droppedMessageEventsCount = this.droppedMessageEventsCount;
  final timeEvent = this.timeEvent;
  return {
    'droppedAnnotationsCount': ?droppedAnnotationsCount,
    'droppedMessageEventsCount': ?droppedMessageEventsCount,
    'timeEvent': ?timeEvent,
  };
}