PaymentItem constructor

PaymentItem({
  1. PaymentCurrencyAmount? amount,
  2. String? label,
  3. bool? pending,
})

Implementation

factory PaymentItem({
  _i3.PaymentCurrencyAmount? amount,
  _i2.String? label,
  _i2.bool? pending,
}) =>
    PaymentItem._(
      amount: amount ?? _i6.undefined,
      label: label,
      pending: pending,
    );