resultStream property

Stream<Result> get resultStream

Returns a stream of results from the debugging doctor.

Implementation

Stream<Result> get resultStream => _doctor.resultStream;