SupplierReference constructor

SupplierReference(
  1. String supplier,
  2. String id
)

Creates a new instance.

  • supplier Information about the supplier of this reference.
  • id Identifier of the place as provided by the supplier.

Implementation

SupplierReference(this.supplier, this.id);