h5 property

  1. @override
Bs4Element? h5
inherited

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

Implementation

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