nextSibling property

  1. @override
Bs4Element? nextSibling

Gets next element on the same level of the parse tree.

Implementation

@override
Bs4Element? get nextSibling => _element.nextElementSibling?.bs4;