setVisited method

void setVisited(
  1. bool isVisited
)

Implementation

void setVisited(bool isVisited) {
  this._isVisited = isVisited;
}