IsolateDuplexChannel constructor

IsolateDuplexChannel(
  1. Stream _inbound(),
  2. SendPort sendPort, [
  3. Isolate? isolate
])

Implementation

IsolateDuplexChannel(
  this._inbound,
  this.sendPort, [
  this.isolate,
]) : log = isolate == null ? _grunt : _super;