EntityGraphDevtoolsHistoryImportEnvelope constructor
EntityGraphDevtoolsHistoryImportEnvelope({
- required String storeId,
- required String exportedAt,
- required Iterable<
EntityGraphDevtoolsHistoryImportSnapshot> snapshots,
Implementation
EntityGraphDevtoolsHistoryImportEnvelope({
required super.storeId,
required this.exportedAt,
required Iterable<EntityGraphDevtoolsHistoryImportSnapshot> snapshots,
}) : snapshots = List.unmodifiable(snapshots);