SandboxTransferTestClockAdvanceRequest constructor

SandboxTransferTestClockAdvanceRequest({
  1. required String clientId,
  2. required String secret,
  3. required String? testClockId,
  4. required String newFrozenTimestamp,
})

Implementation

SandboxTransferTestClockAdvanceRequest({
  required this.clientId,
  required this.secret,
  required this.testClockId,
  required this.newFrozenTimestamp,
});