registrationFor method
Resolves the registration for name, or null when absent.
Implementation
TRegistration? registrationFor(String name) => getEntry(name);
Resolves the registration for name, or null when absent.
TRegistration? registrationFor(String name) => getEntry(name);