Get all categories.
static List<String> get categories { return _flags.values .where((f) => f.category != null) .map((f) => f.category!) .toSet() .toList(); }