FwStandardReportingFwReportRenderResponse constructor

FwStandardReportingFwReportRenderResponse({
  1. String? renderMode,
  2. String? htmlReportUrl,
  3. String? pdfReportUrl,
  4. String? consoleOutput,
  5. String? draftDownloadUrl,
})

Implementation

FwStandardReportingFwReportRenderResponse({
  this.renderMode,
  this.htmlReportUrl,
  this.pdfReportUrl,
  this.consoleOutput,
  this.draftDownloadUrl,
});