SearchDictionaryEnhancement constructor

SearchDictionaryEnhancement()

Initialise this enhancement with the hardset parameters.

Implementation

SearchDictionaryEnhancement()
    : super(
        uniqueKey: key,
        label: 'Search Dictionary',
        description: 'Search the dictionary with the content of a field.',
        icon: Icons.search,
        field: TermField.instance,
      );