IsolateData constructor

IsolateData(
  1. SendPort sendPort,
  2. List<String> urls,
  3. int timeOut,
  4. bool logger,
)

Implementation

IsolateData(
  this.sendPort,
  this.urls,
  this.timeOut,
  this.logger,
);