attachConnectionResolver method

void attachConnectionResolver(
  1. ConnectionResolver resolver
)
inherited

Assigns the resolver responsible for this model instance.

Implementation

void attachConnectionResolver(ConnectionResolver resolver) {
  _resolvers[this] = resolver;
}