withKeywords property

List<int>? withKeywords
final

Exclude items with certain keywords. You can comma and pipe seperate these values to create an 'AND' or 'OR' logic.

Implementation

final List<int>? withKeywords;