includedElementKinds property

List<ElementKind>? includedElementKinds
getter/setter pair

The client is expected to check this list against the ElementKind sent in IncludedSuggestionSet to decide whether or not these symbols should should be presented to the user.

Implementation

List<ElementKind>? includedElementKinds;