Parser class
Properties
Methods
-
getElementById(
dynamic id) → Result -
getElementsByClassName(
dynamic classe) → List< Result> -
getElementsByTagName(
String? tag) → List< Result> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
querySelector(
dynamic selector) → Result -
querySelectorAll(
dynamic selector) → List< Result> -
title(
) → String? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited