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