FwStandardModulesAdministratorHandlebarsTemplateHandlebarsTemplateLogic constructor

FwStandardModulesAdministratorHandlebarsTemplateHandlebarsTemplateLogic({
  1. int? handlebarsTemplateId,
  2. String? description,
  3. String? template,
  4. String? moduleName,
  5. String? templateType,
  6. bool? inactive,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. 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,
});