setCount method

void setCount(
  1. int value
)

Implementation

void setCount(int value) => _count = value;