NestedHrefElementParser constructor

const NestedHrefElementParser({
  1. required HrefElementParser hrefParser,
})

Implementation

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