subCategoryNames property
Either a set of strings containing all declared subcategories for this symbol, or a set containing Null if none were declared.
Implementation
List<String> get subCategoryNames {
// TODO(jcollins-g): avoid side-effect dependency
if (_subCategoryNames == null) documentationLocal;
return _subCategoryNames;
}