SupplierReference constructor - SupplierReference - search library - Dart API
SupplierReference
SupplierReference constructor
- String supplier,
- String id
Creates a new instance.
supplierInformation about the supplier of this reference.idIdentifier of the place as provided by the supplier.
Implementation
SupplierReference(this.supplier, this.id);