@override Map<String, Object?> toJson() => { ...envelopeJson(), 'exportedAt': exportedAt, 'snapshots': snapshots .map((snapshot) => snapshot.toJson()) .toList(growable: false), };