resetPosition method

dynamic resetPosition()

Implementation

resetPosition() {
  this.setPosition(this.position["x"], this.position["x"]);
}