WebApiModulesAdministratorCustomFieldCustomField constructor

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? dateStamp,
  11. String? auditNote,
  12. String? recordTitle,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAdministratorCustomFieldCustomField({
  this.customFieldId,
  this.moduleName,
  this.fieldName,
  this.customTableName,
  this.customFieldName,
  this.fieldType,
  this.controlType,
  this.stringLength,
  this.floatDecimalDigits,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});