PurchaseItem constructor

PurchaseItem(
  1. int quantity,
  2. String title,
  3. int price,
  4. String id,
  5. String url,
)

Implementation

PurchaseItem(this.quantity, this.title, this.price, this.id, this.url);