NetBanking constructor

const NetBanking({
  1. Key? key,
  2. String? title,
  3. NetbankingOptions? netBankingOptions,
  4. String? amount,
  5. InstamojoRepository? repository,
  6. InstamojoPaymentStatusListener? listener,
})

Implementation

const NetBanking(
    {Key? key,
    this.title,
    this.netBankingOptions,
    this.amount,
    this.repository,
    this.listener})
    : super(key: key);