WebApiDataAppReportResponse constructor

WebApiDataAppReportResponse({
  1. FwStandardSqlServerFwJsonDataTable? dataTable,
  2. FwStandardDataFwReportLoader? dataObject,
  3. String? printDate,
  4. String? printTime,
  5. String? printDateTime,
  6. String? customReportTemplate,
  7. List<FwStandardModulesAdministratorCustomReportCssCustomReportCssLoader>? globalCssRules,
  8. String? globalStyle,
  9. String? emailTemplate,
})

Implementation

WebApiDataAppReportResponse({
  this.dataTable,
  this.dataObject,
  this.printDate,
  this.printTime,
  this.printDateTime,
  this.customReportTemplate,
  this.globalCssRules,
  this.globalStyle,
  this.emailTemplate,
});