SandboxTransferTestClockGetResponse constructor
SandboxTransferTestClockGetResponse({
- required TransferTestClock testClock,
- required String requestId,
Implementation
SandboxTransferTestClockGetResponse({
required this.testClock,
required this.requestId,
});