negativeKeywords property

List<NegativeKeyword>? negativeKeywords
getter/setter pair

The full list of negative keywords now present in the negative keyword list.

Implementation

core.List<NegativeKeyword>? negativeKeywords;