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? dateStamp,
  14. String? auditNote,
  15. String? recordTitle,
  16. dynamic urlIdentifier,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. FwStandardBusinessLogicFwBusinessLogic? original,
  21. List<FwStandardDataFwTranslatedValue>? translation,
  22. bool? hasImport,
  23. String? createdByUserId,
  24. String? createdByUserName,
  25. String? createdDateTime,
  26. String? modifiedByUserId,
  27. String? modifiedByUserName,
  28. 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.dateStamp,
  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,
});