decrement method

void decrement()

Reassign the state by substract 1

Implementation

void decrement() {
  add(-1);
}