UserSelectorArgs constructor

const UserSelectorArgs({
  1. CategorySelectorArgs? category,
  2. MediaSelectorArgs? media,
  3. TxnSelectorArgs? txns,
  4. AddressSelectorArgs? address,
  5. WalletSelectorArgs? wallet,
  6. MerchantSelectorArgs? merchant,
  7. BankAccountSelectorArgs? bankAccount,
  8. SimSelectorArgs? simCard,
  9. bool? nationalCardFront,
  10. bool? nationalCardBack,
  11. bool? birthCertificateFirst,
  12. bool? birthCertificateSecond,
  13. bool? birthCertificateThird,
  14. bool? birthCertificateForth,
  15. bool? birthCertificateFifth,
  16. bool? visualAuthentication,
  17. bool? eSignature,
})

Implementation

const UserSelectorArgs({
  this.category,
  this.media,
  this.txns,
  this.address,
  this.wallet,
  this.merchant,
  this.bankAccount,
  this.simCard,
  this.nationalCardFront,
  this.nationalCardBack,
  this.birthCertificateFirst,
  this.birthCertificateSecond,
  this.birthCertificateThird,
  this.birthCertificateForth,
  this.birthCertificateFifth,
  this.visualAuthentication,
  this.eSignature,
});