toString method
Note from admin if rejected
Implementation
String adminNote; /// Note from admin if rejected
@override
String toString() {
return 'WithdrawalRequest{id: $id, ownerEmail: $ownerEmail, '
'appCoinsAmount: $appCoinsAmount, mxnAmount: $mxnAmount, '
'status: $status}';
}