ReportKey constructor

ReportKey({
  1. String? queryId,
  2. String? reportId,
})

Implementation

ReportKey({
  this.queryId,
  this.reportId,
});