registerAbstractType method
Method for registering a property without a resolver.
Implementation
@nonVirtual
void registerAbstractType(
String name, Map<String, EditorPropertyType> properties) {
_schema[name] = EditorSpecProperty(properties, abstract: true);
}