registerType static method
Implementation
static void registerType(
String type,
SchemaElement Function(Map<String, dynamic>) factory,
) {
_typeRegistry[type] = factory;
}
static void registerType(
String type,
SchemaElement Function(Map<String, dynamic>) factory,
) {
_typeRegistry[type] = factory;
}