MDPurchaseItems constructor

MDPurchaseItems({
  1. String? name,
  2. String? description,
  3. String? quantity,
  4. UnitAmount? unitAmount,
})

Implementation

MDPurchaseItems(
    {this.name, this.description, this.quantity, this.unitAmount});