DetailedFieldType constructor

DetailedFieldType(
  1. FieldType fieldType,
  2. AlphabetType alphabetType
)

Represents the detailed field type. Both the FieldType and AlphabetType are mandatory.

Implementation

DetailedFieldType(this.fieldType, this.alphabetType);