setType static method
Implementation
static setType(Type className, InstanceConstructor constructor) {
_modelTypes[className] = ModelType(constructor: constructor);
}
static setType(Type className, InstanceConstructor constructor) {
_modelTypes[className] = ModelType(constructor: constructor);
}