WebSource constructor

WebSource(
  1. String href,
  2. String supplierId
)

Creates a new instance.

  • href Direct link to the page containing source.
  • supplierId Original supplier of the item.

Implementation

WebSource(this.href, this.supplierId);