reports property
List<ErrorReport>
get
reports
All collected reports.
Implementation
List<ErrorReport> get reports => List.unmodifiable(_reports);
All collected reports.
List<ErrorReport> get reports => List.unmodifiable(_reports);