DetailedFieldType constructor
DetailedFieldType(
- FieldType fieldType,
- AlphabetType alphabetType
Represents the detailed field type. Both the FieldType and AlphabetType are mandatory.
Implementation
DetailedFieldType(this.fieldType, this.alphabetType);