NestedHrefElementParser constructor
const
NestedHrefElementParser({
- required HrefElementParser hrefParser,
Implementation
const NestedHrefElementParser({
required HrefElementParser hrefParser,
}) : _hrefParser = hrefParser;