refreshId method

void refreshId()

Implementation

void refreshId() {
  id = _nextId++;
}