reports property

Stream<ReportRecord> get reports

Returns the stream of ReportRecord processed by report.

Implementation

Stream<ReportRecord> get reports => _reportStreamController.stream;