ExternalID class - core library - Dart API
ExternalID
ExternalID class
Identifier of the entity as provided by the external source
Constructors
- ExternalID()
- Creates a new instance with default values.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- id ↔ String
-
Identifier of the entity as provided by the source.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String
-
Information about the source of this reference.
getter/setter pair
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.