SupplierReference class

Identifier of the place as provided by the supplier

Constructors

SupplierReference(String supplier, String id)
Creates a new instance.
SupplierReference.withDefaults()
Creates a new instance.

Properties

hashCode → int
The hash code for this object.
no setter
id ↔ String
Identifier of the place as provided by the supplier.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supplier ↔ String
Information about the supplier 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.