ProductViewSummary constructor

ProductViewSummary({
  1. String? distributor,
  2. bool? hasDefaultPath,
  3. String? id,
  4. String? name,
  5. String? owner,
  6. String? productId,
  7. String? shortDescription,
  8. String? supportDescription,
  9. String? supportEmail,
  10. String? supportUrl,
  11. ProductType? type,
})

Implementation

ProductViewSummary({
  this.distributor,
  this.hasDefaultPath,
  this.id,
  this.name,
  this.owner,
  this.productId,
  this.shortDescription,
  this.supportDescription,
  this.supportEmail,
  this.supportUrl,
  this.type,
});