toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => {
  'historyEvents': historyEvents,
  'historyBytes': historyBytes,
  'eventBytes': eventBytes,
  'snapshots': snapshots,
  'snapshotBytes': snapshotBytes,
};