isSelfHTMLElement method

bool isSelfHTMLElement()
inherited

Implementation

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