factory SearchCategory(core.String name, core.String? categoryClass, core.List<core.String> tags) => SearchCategoryImpl(name, categoryClass, tags);