dataOut property

Stream dataOut

A stream with the data coming out from the isolate

Implementation

Stream<dynamic> get dataOut => _dataOutIsolate.stream;