negativeKeywords property

List<NegativeKeyword>? negativeKeywords
getter/setter pair

The list of negative keywords that have been successfully created.

This list will be absent if empty.

Implementation

core.List<NegativeKeyword>? negativeKeywords;