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