HTMLAnchorElement constructor

HTMLAnchorElement([
  1. BindingContext? context
])

Implementation

HTMLAnchorElement([super.context]) {
  addEventListener(EVENT_CLICK, _handleClick);
}