RemoveProduct constructor

RemoveProduct(
  1. int amount,
  2. ProductModel product
)

Implementation

RemoveProduct(this.amount, this.product);