GenerateMediationReportRequest constructor

GenerateMediationReportRequest({
  1. MediationReportSpec? reportSpec,
})

Implementation

GenerateMediationReportRequest({
  this.reportSpec,
});