EntityGraphDevtoolsHistoryImportSnapshot constructor
const
EntityGraphDevtoolsHistoryImportSnapshot({
- required int cursor,
- required String capturedAt,
- required int? eventSequence,
- required EntityGraphDevtoolsGraphData data,
Implementation
const EntityGraphDevtoolsHistoryImportSnapshot({
required this.cursor,
required this.capturedAt,
required this.eventSequence,
required this.data,
});