TransferDetails constructor

TransferDetails({
  1. String? coinbaseAccountId,
  2. String? coinbaseTransactionId,
  3. String? coinbasePaymentMethodId,
})

Implementation

TransferDetails({
  this.coinbaseAccountId,
  this.coinbaseTransactionId,
  this.coinbasePaymentMethodId,
});