register method
Register a factory for name. Overwrites any prior registration
of the same name.
Implementation
void register(String name, GraderFactoryFunction factory) {
_factories[name] = factory;
}
Register a factory for name. Overwrites any prior registration
of the same name.
void register(String name, GraderFactoryFunction factory) {
_factories[name] = factory;
}