FieldsProperties constructor
FieldsProperties({
- bool? exact,
- bool? abbreviate,
- bool? allowNewChoices,
- String? appearsAs,
- bool? appendOnly,
- bool? autoSave,
- bool? blankIsZero,
- bool? carryChoices,
- List<
String> ? choices, - int? commaStart,
- String? comments,
- String? coverText,
- String? currencyFormat,
- String? currencySymbol,
- int? decimalPlaces,
- String? defaultCountryCode,
- String? defaultDomain,
- String? defaultKind,
- bool? defaultToday,
- String? defaultValue,
- int? defaultValueLuid,
- bool? displayAsLink,
- bool? displayDayOfWeek,
- String? displayEmail,
- bool? displayImages,
- String? displayMonth,
- bool? displayRelative,
- bool? displayTime,
- bool? displayTimezone,
- String? displayUser,
- bool? doesAverage,
- bool? doesTotal,
- int? format,
- String? formula,
- bool? hasExtension,
- bool? hours24,
- String? linkText,
- int? maxLength,
- int? maxVersions,
- int? numberFormat,
- int? numLines,
- int? parentFieldId,
- bool? seeVersions,
- int? snapFieldId,
- bool? sortAlpha,
- bool? sortAsGiven,
- int? sourceFieldId,
- int? targetFieldId,
- String? targetTableId,
- String? targetTableName,
- String? units,
- bool? useI18NFormat,
- bool? useNewWindow,
- String? versionMode,
- 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
});