getGenerator static method
Get generator for a specific type
Implementation
static BaseGenerator? getGenerator(String type) {
return _generators[type];
}
Get generator for a specific type
static BaseGenerator? getGenerator(String type) {
return _generators[type];
}