removeIndex method

void removeIndex()

Implementation

void removeIndex() {
  if (_indexId != null) {
    entity!.model.retiredIndexUids.add(_indexId!.uid);
    indexId = null;
  }
}