TransferTestClock constructor

TransferTestClock({
  1. required String? testClockId,
  2. required String frozenTimestamp,
})

Implementation

TransferTestClock({
  required this.testClockId,
  required this.frozenTimestamp,
});