ensureInitialized static method

ReplacementMapper ensureInitialized()

Implementation

static ReplacementMapper ensureInitialized() {
  if (_instance == null) {
    MapperContainer.globals.use(_instance = ReplacementMapper._());
  }
  return _instance!;
}