WebApiModulesAdministratorControlsCustomModuleCustomModule constructor

const WebApiModulesAdministratorControlsCustomModuleCustomModule({
  1. String? moduleName,
  2. String? auditNote,
  3. String? recordTitle,
  4. dynamic urlIdentifier,
  5. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  6. List<FwStandardDataFwCustomValue>? custom,
  7. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  8. FwStandardBusinessLogicFwBusinessLogic? original,
  9. List<FwStandardDataFwTranslatedValue>? translation,
  10. bool? hasImport,
  11. String? createdByUserId,
  12. String? createdByUserName,
  13. String? createdDateTime,
  14. String? modifiedByUserId,
  15. String? modifiedByUserName,
  16. String? modifiedDateTime,
})

Implementation

const WebApiModulesAdministratorControlsCustomModuleCustomModule({
  this.moduleName,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});