commonType property
- @JsonKey(unknownEnumValue: CommonFieldType.None)
read / write
optional common field type. Commonly occurring fields that have the same semantic meaning in different document types will often have a set common type.
Implementation
@JsonKey(unknownEnumValue: CommonFieldType.None)
CommonFieldType commonType;