WalletModel constructor

WalletModel({
  1. int? organizationID,
  2. int? fintechID,
  3. String? organizationName,
  4. String? mobileNumber,
  5. String? name,
  6. String? subWallet,
  7. double? balance,
  8. String? icon,
  9. String? cardImage,
  10. String? walletTypeID,
})

Implementation

WalletModel(
    {this.organizationID,
      this.fintechID,
      this.organizationName,
      this.mobileNumber,
      this.name,
      this.subWallet,
      this.balance,
      this.icon,
      this.cardImage,
      this.walletTypeID});