commonType property

  1. @JsonKey(unknownEnumValue: CommonFieldType.None)
CommonFieldType commonType
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;