FwStandardModulesAdministratorHandlebarsTemplateHandlebarsTemplateLogic constructor
FwStandardModulesAdministratorHandlebarsTemplateHandlebarsTemplateLogic({
- int? handlebarsTemplateId,
- String? description,
- String? template,
- String? moduleName,
- String? templateType,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
FwStandardModulesAdministratorHandlebarsTemplateHandlebarsTemplateLogic({
this.handlebarsTemplateId,
this.description,
this.template,
this.moduleName,
this.templateType,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});