attachConnectionResolver method
void
attachConnectionResolver(
- ConnectionResolver resolver
inherited
Assigns the resolver responsible for this model instance.
Implementation
void attachConnectionResolver(ConnectionResolver resolver) {
_resolvers[this] = resolver;
}