FwStandardDataFwReportLoader constructor
const
FwStandardDataFwReportLoader({
- String? printDate,
- String? printTime,
- String? printDateTime,
- List<
String> ? dateFields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- FwStandardBusinessLogicFwBusinessLogic? original,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const FwStandardDataFwReportLoader({
this.printDate,
this.printTime,
this.printDateTime,
this.dateFields,
this.custom,
this.defaultFieldAttributes,
this.translation,
this.hasImport,
this.original,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});