FieldReferenceData constructor
FieldReferenceData({
- FieldReferenceDataAuto? auto,
- String? cfid,
- FieldReferenceDataDeprecated? deprecated,
- String? deprecatedSearcherKey,
- String? displayName,
- List<
String> ? operators, - FieldReferenceDataOrderable? orderable,
- FieldReferenceDataSearchable? searchable,
- List<
String> ? types, - String? value,
Implementation
FieldReferenceData(
{this.auto,
this.cfid,
this.deprecated,
this.deprecatedSearcherKey,
this.displayName,
List<String>? operators,
this.orderable,
this.searchable,
List<String>? types,
this.value})
: operators = operators ?? [],
types = types ?? [];