WebApiModulesAdministratorCustomFieldCustomField constructor

const WebApiModulesAdministratorCustomFieldCustomField({
  1. String? customFieldId,
  2. String? moduleName,
  3. String? fieldName,
  4. String? customTableName,
  5. String? customFieldName,
  6. String? fieldType,
  7. String? controlType,
  8. int? stringLength,
  9. int? floatDecimalDigits,
  10. String? validationModule,
  11. String? validationFieldId,
  12. String? validationFieldName,
  13. String? listFieldAllowedValues,
  14. String? dateStamp,
  15. String? auditNote,
  16. String? recordTitle,
  17. dynamic urlIdentifier,
  18. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  19. List<FwStandardDataFwCustomValue>? custom,
  20. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  21. FwStandardBusinessLogicFwBusinessLogic? original,
  22. List<FwStandardDataFwTranslatedValue>? translation,
  23. bool? hasImport,
  24. bool? hasDocuments,
  25. String? createdByUserId,
  26. String? createdByUserName,
  27. String? createdDateTime,
  28. String? modifiedByUserId,
  29. String? modifiedByUserName,
  30. String? modifiedDateTime,
})

Implementation

const WebApiModulesAdministratorCustomFieldCustomField({
  this.customFieldId,
  this.moduleName,
  this.fieldName,
  this.customTableName,
  this.customFieldName,
  this.fieldType,
  this.controlType,
  this.stringLength,
  this.floatDecimalDigits,
  this.validationModule,
  this.validationFieldId,
  this.validationFieldName,
  this.listFieldAllowedValues,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});