AnchorElement constructor

AnchorElement([
  1. BindingContext? context
])

Implementation

AnchorElement([BindingContext? context])
    : super(context) {
      addEventListener(EVENT_CLICK, _handleClick);
    }