IsolateArguments constructor

IsolateArguments(
  1. SendPort sendPort,
  2. String host,
  3. List<int> ports,
  4. Duration timeout, {
  5. Duration updateInterval = const Duration(seconds: 1),
})

Implementation

IsolateArguments(this.sendPort, this.host, this.ports, this.timeout, {this.updateInterval = const Duration(seconds: 1)});