FwStandardDataFwReportLoader constructor
FwStandardDataFwReportLoader({
- String? printDate,
- String? printTime,
- String? printDateTime,
- List<
String> ? dateFields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
FwStandardDataFwReportLoader({
this.printDate,
this.printTime,
this.printDateTime,
this.dateFields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});