BatchGetReportsOutput constructor

BatchGetReportsOutput({
  1. List<Report>? reports,
  2. List<String>? reportsNotFound,
})

Implementation

BatchGetReportsOutput({
  this.reports,
  this.reportsNotFound,
});