unsetCheckpoints method

dynamic unsetCheckpoints()

Implementation

unsetCheckpoints() {
  this.checkpoints = null;
}