hydrate method
Hydrates this component with the given DOM element.
Implementation
void hydrate(web.HTMLElement element) => _hydrate(element);
Hydrates this component with the given DOM element.
void hydrate(web.HTMLElement element) => _hydrate(element);