ensureInitialized static method

LicenseMapper ensureInitialized()

Implementation

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