PaymentModes constructor

const PaymentModes({
  1. Key? key,
  2. @required bool? isConvenienceFeesApplied,
  3. PaymentOptions? paymentOptions,
  4. Order? order,
  5. InstamojoRepository? repository,
  6. InstamojoPaymentStatusListener? listener,
})

Implementation

const PaymentModes(
    {Key? key,
    @required this.isConvenienceFeesApplied,
    this.paymentOptions,
    this.order,
    this.repository,
    this.listener})
    : super(key: key);