Row constructor

Row(
  1. String amount,
  2. String price,
  3. Price priceR
)

Implementation

Row(this.amount, this.price, this.priceR);