patternMatched property
final Patterns patternMatched; is declaring a final variable patternMatched of type Patterns.
This variable is used to store the pattern that was matched in the text editing value.
Implementation
final Patterns patternMatched;