TransferIntentGetFailureReason constructor

TransferIntentGetFailureReason({
  1. String? errorType,
  2. String? errorCode,
  3. String? errorMessage,
})

Implementation

TransferIntentGetFailureReason({
  this.errorType,
  this.errorCode,
  this.errorMessage,
});