increase method

void increase()

increses the count by one, it's meant for internal use

Implementation

void increase() => _count++;