ensureInitialized static method

UpsertTextMapper ensureInitialized()

Implementation

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