hasCategories property
Return true if the code has defined non-default categories for libraries in this package.
Implementation
bool get hasCategories => categories.isNotEmpty;
Return true if the code has defined non-default categories for libraries in this package.
bool get hasCategories => categories.isNotEmpty;