CustomKeywords typedef

CustomKeywords = Map<String, List<String>>

A typedef representing a map of custom keywords.

The keys are strings representing the keyword names, and the values are list of strings representing the keyword values.

Implementation

typedef CustomKeywords = Map<String, List<String>>;