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