ZIndexer constructor

ZIndexer()

Implementation

factory ZIndexer() {
  return _currentInstance ??= ZIndexer._();
}