EntityGraphDevtoolsSnapshotHistoryStatus constructor
const
EntityGraphDevtoolsSnapshotHistoryStatus({
- required EntityGraphDevtoolsHistoryMode mode,
- required int? cursor,
- required EntityGraphDevtoolsSnapshotSource? source,
- required int retainedSnapshots,
- required int retainedBytes,
- required int snapshotLimit,
- required int byteLimit,
- required int? baselineCursor,
- required int? oldestCursor,
- required int? newestCursor,
- required int? latestCursor,
- required EntityGraphDevtoolsImportCandidateStatus? importCandidate,
Implementation
const EntityGraphDevtoolsSnapshotHistoryStatus({
required this.mode,
required this.cursor,
required this.source,
required this.retainedSnapshots,
required this.retainedBytes,
required this.snapshotLimit,
required this.byteLimit,
required this.baselineCursor,
required this.oldestCursor,
required this.newestCursor,
required this.latestCursor,
required this.lastUnavailable,
required this.importCandidate,
});