SnapshotBlobTooNew constructor

const SnapshotBlobTooNew({
  1. required String handlerType,
  2. required BlobVersionRange reads,
  3. required int holds,
})

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,
});