addCategory method

void addCategory(
  1. ProductCategory category
)

Implementation

void addCategory(ProductCategory category) {
  categories.add(category);
}