setProductCount method

dynamic setProductCount(
  1. int value
)

Implementation

setProductCount(int value) {
  _productCount = value;
}