WebApiModulesAdministratorControlsCustomModuleCustomModule constructor

WebApiModulesAdministratorControlsCustomModuleCustomModule({
  1. String? moduleName,
  2. String? auditNote,
  3. String? recordTitle,
  4. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  5. List<FwStandardDataFwCustomValue>? custom,
  6. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  7. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAdministratorControlsCustomModuleCustomModule({
  this.moduleName,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});