unsetVertices method

dynamic unsetVertices()

Implementation

unsetVertices() {
  this.vertices = null;
}