toLast method

GraphSnapshot<V> toLast()

Implementation

GraphSnapshot<V> toLast() {
  index = _graphs.length - 1;
  return current;
}