ADATransactionWithdrawalResponse constructor

ADATransactionWithdrawalResponse({
  1. required String address,
  2. required String amount,
})

Implementation

ADATransactionWithdrawalResponse({
  required this.address,
  required this.amount,
});