getRegistration method

TemplateRegistration? getRegistration(
  1. String component
)

Returns the registration associated with component.

Returns null when the component has no registration.

Implementation

TemplateRegistration? getRegistration(String component) =>
    registrations[component];