ensureInitialized static method
Implementation
static ImagesRequestMapper ensureInitialized() {
if (_instance == null) {
MapperContainer.globals.use(_instance = ImagesRequestMapper._());
ClientWorldEventMapper.ensureInitialized().addSubMapper(_instance!);
}
return _instance!;
}