ReportData constructor
ReportData({})
Returns a new ReportData instance.
Implementation
ReportData({
this.displayName,
this.description,
this.reportName,
this.icon,
this.extraQueryParams = const [],
this.status = {},
});