ensureInitialized static method

TransitionTypeMapper ensureInitialized()

Implementation

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