FieldsProperties constructor

FieldsProperties({
  1. bool? exact,
  2. bool? abbreviate,
  3. bool? allowNewChoices,
  4. String? appearsAs,
  5. bool? appendOnly,
  6. bool? autoSave,
  7. bool? blankIsZero,
  8. bool? carryChoices,
  9. List<String>? choices,
  10. int? commaStart,
  11. String? comments,
  12. String? coverText,
  13. String? currencyFormat,
  14. String? currencySymbol,
  15. int? decimalPlaces,
  16. String? defaultCountryCode,
  17. String? defaultDomain,
  18. String? defaultKind,
  19. bool? defaultToday,
  20. String? defaultValue,
  21. int? defaultValueLuid,
  22. bool? displayAsLink,
  23. bool? displayDayOfWeek,
  24. String? displayEmail,
  25. bool? displayImages,
  26. String? displayMonth,
  27. bool? displayRelative,
  28. bool? displayTime,
  29. bool? displayTimezone,
  30. String? displayUser,
  31. bool? doesAverage,
  32. bool? doesTotal,
  33. int? format,
  34. String? formula,
  35. bool? hasExtension,
  36. bool? hours24,
  37. String? linkText,
  38. int? maxLength,
  39. int? maxVersions,
  40. int? numberFormat,
  41. int? numLines,
  42. int? parentFieldId,
  43. bool? seeVersions,
  44. int? snapFieldId,
  45. bool? sortAlpha,
  46. bool? sortAsGiven,
  47. int? sourceFieldId,
  48. int? targetFieldId,
  49. String? targetTableId,
  50. String? targetTableName,
  51. String? units,
  52. bool? useI18NFormat,
  53. bool? useNewWindow,
  54. String? versionMode,
  55. int? width,
})

Implementation

FieldsProperties({
  this.exact, this.abbreviate, this.allowNewChoices, this.appearsAs,
  this.appendOnly, this.autoSave, this.blankIsZero, this.carryChoices,
  this.choices, this.commaStart, this.comments, this.coverText, this.currencyFormat,
  this.currencySymbol, this.decimalPlaces, this.defaultCountryCode, this.defaultDomain,
  this.defaultKind, this.defaultToday, this.defaultValue, this.defaultValueLuid,
  this.displayAsLink, this.displayDayOfWeek, this.displayEmail, this.displayImages,
  this.displayMonth, this.displayRelative, this.displayTime, this.displayTimezone,
  this.displayUser, this.doesAverage, this.doesTotal, this.format, this.formula,
  this.hasExtension, this.hours24, this.linkText, this.maxLength, this.maxVersions,
  this.numberFormat, this.numLines, this.parentFieldId, this.seeVersions,
  this.snapFieldId, this.sortAlpha, this.sortAsGiven, this.sourceFieldId,
  this.targetFieldId, this.targetTableId, this.targetTableName, this.units,
  this.useI18NFormat, this.useNewWindow, this.versionMode, this.width
});