UserSelectorArgs constructor
const
UserSelectorArgs({
- CategorySelectorArgs? category,
- MediaSelectorArgs? media,
- TxnSelectorArgs? txns,
- AddressSelectorArgs? address,
- WalletSelectorArgs? wallet,
- MerchantSelectorArgs? merchant,
- BankAccountSelectorArgs? bankAccount,
- SimSelectorArgs? simCard,
- bool? nationalCardFront,
- bool? nationalCardBack,
- bool? birthCertificateFirst,
- bool? birthCertificateSecond,
- bool? birthCertificateThird,
- bool? birthCertificateForth,
- bool? birthCertificateFifth,
- bool? visualAuthentication,
- 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,
});