bs4 property

Returns Bs4Element from the Element (which comes from html Dart package).

Implementation

Bs4Element get bs4 => Bs4Element(this);