SandboxTransferTestClockGetResponse constructor

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

Implementation

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