SandboxTransferTestClockCreateResponse constructor

SandboxTransferTestClockCreateResponse({
  1. required TransferTestClock testClock,
  2. required String requestId,
})

Implementation

SandboxTransferTestClockCreateResponse({
  required this.testClock,
  required this.requestId,
});