reports property
Stream<ReportRecord>
get
reports
Returns the stream of ReportRecord processed by report.
Implementation
Stream<ReportRecord> get reports => _reportStreamController.stream;
Returns the stream of ReportRecord processed by report.
Stream<ReportRecord> get reports => _reportStreamController.stream;