Check if a generator exists for the given type
static bool hasGenerator(String type) { return _generators.containsKey(type); }