SnapshotBlobTooOld class final
A blob in a layout this build no longer reads.
- Inheritance
-
- Object
- CapabilityMismatch
- SnapshotBlobOutOfRange
- SnapshotBlobTooOld
Constructors
- SnapshotBlobTooOld({required String handlerType, required BlobVersionRange reads, required int holds})
-
A blob in a layout this build no longer reads.
const
Properties
- handlerType → String
-
The
Handler.handlerTypethe disagreement is about.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- holds → int
-
The version of the other peer's blob that falls outside it.
finalinherited
- reads → BlobVersionRange
-
The range of layouts this build reads.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited