categories property Null safety

Set<T> categories
final

The set of categories to display.

The type T should have a reasonable toString method for displaying the human-readable name of the category.

Implementation

final Set<T> categories;