decrease method

void decrease()

Implementation

void decrease() {
  value--;
}