FwStandardDataFwReportLoader constructor

FwStandardDataFwReportLoader({
  1. String? printDate,
  2. String? printTime,
  3. String? printDateTime,
  4. List<String>? dateFields,
  5. List<FwStandardDataFwCustomValue>? custom,
  6. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  7. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

FwStandardDataFwReportLoader({
  this.printDate,
  this.printTime,
  this.printDateTime,
  this.dateFields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});