HasStringIdMix mixin

Mixin for object with String ID.

Properties

hashCode int
The hash code for this object.
no setterinherited
hasHid bool
no setter
hasUid bool
no setter
hid String
getter/setter pair
id String
ID for access to object.
getter/setter pair
isCorrectHid bool
no setter
isCorrectUid bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
same(String uidOrHid) bool
Equals by uid or hid.
toString() String
A string representation of this object.
inherited

Operators

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