HTMLAnchorElement constructor
HTMLAnchorElement([
- BindingContext? context
Implementation
HTMLAnchorElement([super.context]) {
addEventListener(EVENT_CLICK, _handleClick);
}
HTMLAnchorElement([super.context]) {
addEventListener(EVENT_CLICK, _handleClick);
}