TransferIntentCreateResponse constructor
TransferIntentCreateResponse({
- required TransferIntentCreate transferIntent,
- required String requestId,
Implementation
TransferIntentCreateResponse({
required this.transferIntent,
required this.requestId,
});