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