isSelfHTMLElement method

bool isSelfHTMLElement()

Implementation

@pragma('vm:prefer-inline')
bool isSelfHTMLElement() {
  return target is HTMLElement;
}