setItemCount method

void setItemCount(
  1. int value
)

Implementation

void setItemCount(int value) {
  super.onNotifyWithCallback(() {
    _itemCount = value;
  });
}