register static method
Registers schema for type, replacing any existing registration.
Implementation
static void register(Type type, Map<String, RelationDescriptor> schema) {
_schemas[type] = Map.unmodifiable(schema);
}
Registers schema for type, replacing any existing registration.
static void register(Type type, Map<String, RelationDescriptor> schema) {
_schemas[type] = Map.unmodifiable(schema);
}