reports property

List<ErrorReport> get reports

All collected reports.

Implementation

List<ErrorReport> get reports => List.unmodifiable(_reports);