DataWallet constructor

DataWallet({
  1. String? userWalletCode,
  2. String? nickname,
  3. String? emailVerification,
  4. String? userStatusNo,
  5. String? countryIsoCode,
  6. String? languageIsoCode,
  7. String? profileImage,
  8. String? sellonEmail,
  9. String? registerFrom,
  10. String? userWalletCodePub,
  11. String? haspasswordtransaction,
})

Implementation

DataWallet(
    {this.userWalletCode,
      this.nickname,
      this.emailVerification,
      String? userStatusNo,
      this.countryIsoCode,
      this.languageIsoCode,
      this.profileImage,
      this.sellonEmail,
      this.registerFrom,
      this.userWalletCodePub,
      this.haspasswordtransaction})
    : userStatusNo = userStatusNo;