jumpTo method

void jumpTo(
  1. int value
)

Jump to a specific value

Implementation

void jumpTo(int value) {
  this.value = value;
}