OrderLineItemProductFee constructor

OrderLineItemProductFee({
  1. Price? amount,
  2. String? name,
})

Implementation

OrderLineItemProductFee({
  this.amount,
  this.name,
});