IdReference class abstract mixin

An arbitrary object that has a refenaId. We cannot rely on identical() because this information cannot be serialized.

Implementers

Constructors

IdReference()

Properties

hashCode int
The hash code for this object.
no setterinherited
refenaId int
The id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareIdentity(IdReference other) bool
Returns true, if the other reference has the same id.
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

Static Methods

reset() → void
Resets the id to 0.