customHighlighterMatches property

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

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

Implementation

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