head property

  1. @override
Bs4Element? head
inherited

Returns the first occurrence of this tag down the parse tree.

Implementation

@override
Bs4Element? get head => _findFirst('head');