ensureInitialized static method

VehicleValuationBodyMapper ensureInitialized()

Implementation

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