SnapshotBlobTooNew constructor
const
SnapshotBlobTooNew({})
A blob written by a build newer than this one; only a newer build reads it.
Implementation
const SnapshotBlobTooNew({
required super.handlerType,
required super.reads,
required super.holds,
});