WebSource constructor - WebSource - search library - Dart API
WebSource
WebSource constructor
- String href,
- String supplierId
Creates a new instance.
hrefDirect link to the page containing source.supplierIdOriginal supplier of the item.
Implementation
WebSource(this.href, this.supplierId);