ensureInitialized static method

TeamLeaveRequestMapper ensureInitialized()

Implementation

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