MDPurchaseItems constructor
MDPurchaseItems({
- String? name,
- String? description,
- String? quantity,
- UnitAmount? unitAmount,
Implementation
MDPurchaseItems(
{this.name, this.description, this.quantity, this.unitAmount});