reports property

List<Report>? reports
getter/setter pair

The list of reports.

This field will be absent if empty.

Implementation

core.List<Report>? reports;