FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic constructor
FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic({
- String? appEmailId,
- String? description,
- String? filterId,
- String? subject,
- String? emailText,
- String? category,
- String? bodyFormat,
- String? emailType,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
FwStandardModulesAdministratorEmailTemplateEmailTemplateLogic({
this.appEmailId,
this.description,
this.filterId,
this.subject,
this.emailText,
this.category,
this.bodyFormat,
this.emailType,
this.inactive,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});