SnapshotBlobTooNew class final

A blob written by a build newer than this one; only a newer build reads it.

Inheritance

Constructors

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

Properties

handlerType String
The Handler.handlerType the 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