WithdrawModel constructor
WithdrawModel({})
Implementation
WithdrawModel({
this.id = '',
this.accountId = '',
this.amount = '',
this.bank = '',
this.bankAgency = '',
this.accountType = '',
this.bankAccountNumber = '',
this.createdAt = '',
this.feedback = '',
this.status = '',
this.updatedAt = '',
});