errors property

Stream<ErrorReport> get errors

Stream of error reports.

Implementation

Stream<ErrorReport> get errors => _errorStream.stream;