TopSellerReport constructor

TopSellerReport({
  1. String? title,
  2. int? productId,
  3. int? quantity,
  4. Links? links,
})

Implementation

TopSellerReport({
  this.title,
  this.productId,
  this.quantity,
  this.links,
});