LiveComConversionProduct constructor

LiveComConversionProduct(
  1. String sku,
  2. String name,
  3. String streamId,
  4. int count,
)

Implementation

LiveComConversionProduct(this.sku, this.name, this.streamId, this.count);