RunReportResponse constructor

RunReportResponse({
  1. ReportMetadata? metadata,
  2. List<Map<String, dynamic>>? data,
  3. List<ReportField>? fields,
})

Implementation

RunReportResponse({
  this.metadata, this.data, this.fields
});