EntityGraphDevtoolsSnapshotHistoryStatus constructor

const EntityGraphDevtoolsSnapshotHistoryStatus({
  1. required EntityGraphDevtoolsHistoryMode mode,
  2. required int? cursor,
  3. required EntityGraphDevtoolsSnapshotSource? source,
  4. required int retainedSnapshots,
  5. required int retainedBytes,
  6. required int snapshotLimit,
  7. required int byteLimit,
  8. required int? baselineCursor,
  9. required int? oldestCursor,
  10. required int? newestCursor,
  11. required int? latestCursor,
  12. required EntityGraphDevtoolsUnavailableSnapshotReference? lastUnavailable,
  13. 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,
});