HtmlAttributeEditor constructor

HtmlAttributeEditor({
  1. String? selector,
  2. required Map<String, String> attributes,
  3. int maxCount = 0,
})

Implementation

HtmlAttributeEditor({
  this.selector,
  required this.attributes,
  this.maxCount = 0,
}) : super(ExtractorTypes.HTML_CHANGE_ATTRIBUTE);