negativeKeywordLists property

List<NegativeKeywordList>? negativeKeywordLists
getter/setter pair

The list of negative keyword lists.

This list will be absent if empty.

Implementation

core.List<NegativeKeywordList>? negativeKeywordLists;