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