UyavaDuplicateRecord class

Helpers for resolving duplicate payloads by identifier.

These utilities centralize the "last writer wins" policy so that hosts, the core engine, and the SDK can surface consistent diagnostics.

Constructors

UyavaDuplicateRecord({required String id, required int previousIndex, required int nextIndex})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The identifier shared by the conflicting payloads.
final
nextIndex int
The index where the newer occurrence appeared in the raw list.
final
previousIndex int
The index where the first occurrence appeared in the raw list.
final
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.
inherited

Operators

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