typeKeywords property

List<String> typeKeywords

An array of keywords that further describes the type of this item. Each item is tagged with a set of type keywords that are derived based on its primary type.

The type keywords of the specified item.

Implementation

List<String> get typeKeywords => _typeKeywords.value;