UidResolution class

The outcome of resolving an entity's UID against its persisted value.

Constructors

UidResolution({required OmnyUid uid, required bool firstRun, required bool changed, OmnyUid? previous})
const

Properties

changed bool
Whether the recomputed UID differs from the previously stored one.
final
firstRun bool
Whether this is the first time a UID was recorded for this entity.
final
hashCode int
The hash code for this object.
no setterinherited
previous OmnyUid?
The prior UID, when changed is true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid OmnyUid
The current (authoritative) UID.
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