asHTMLElement property

HTMLElement? get asHTMLElement

Implementation

HTMLElement? get asHTMLElement =>
    isA<HTMLElement>() ? this as HTMLElement : null;