TestSyncWorkerLoop constructor

TestSyncWorkerLoop(
  1. SyncWorkerConnection connection, {
  2. String? printMessage,
})

Implementation

TestSyncWorkerLoop(SyncWorkerConnection connection, {this.printMessage})
    : super(connection: connection);