WithdrawalRequest constructor
WithdrawalRequest({})
Implementation
WithdrawalRequest({
this.id = '',
this.ownerEmail = '',
this.appCoinsAmount = 0.0,
this.mxnAmount = 0.0,
this.bankClabe = '',
this.status = WithdrawalStatus.pending,
this.createdTime = 0,
this.processedTime = 0,
this.adminNote = '',
});