ensureInitialized static method

DevicesMapper ensureInitialized()

Implementation

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