PaymentModes constructor
const
PaymentModes({
- Key? key,
- @required bool? isConvenienceFeesApplied,
- PaymentOptions? paymentOptions,
- Order? order,
- InstamojoRepository? repository,
- InstamojoPaymentStatusListener? listener,
Implementation
const PaymentModes(
{Key? key,
@required this.isConvenienceFeesApplied,
this.paymentOptions,
this.order,
this.repository,
this.listener})
: super(key: key);