TransferIntentCreateResponse constructor

TransferIntentCreateResponse({
  1. required TransferIntentCreate transferIntent,
  2. required String requestId,
})

Implementation

TransferIntentCreateResponse({
  required this.transferIntent,
  required this.requestId,
});