smartHighlighterMatches property

Map<String, int>? smartHighlighterMatches
getter/setter pair

A map associating each smart highlighter display name with its respective number of matches in the set of conversations.

Implementation

core.Map<core.String, core.int>? smartHighlighterMatches;