DurableUnknownRecordObservation class

Safe metadata for a persisted record that needs explicit recovery.

Constructors

DurableUnknownRecordObservation({required String recordId, required DurableObservationRecordKind recordKind, required int schemaVersion, required String messageKey})
Creates safe unknown-record metadata.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
messageKey String
Stable diagnostic key describing the required action.
final
recordId String
Stable opaque identifier for the unrecognized record.
final
recordKind DurableObservationRecordKind
Logical retention area in which the record was found.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaVersion int
Schema version associated with the record.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited