HtmlAttributeEditor class

Inheritance

Constructors

HtmlAttributeEditor({String? selector, required Map<String, String> attributes, int maxCount = 0})
HtmlAttributeEditor.fromJson(Map<String, dynamic> json)
factory

Properties

attributes Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
maxCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector String?
final
type String
finalinherited

Methods

extract(dynamic input) List
Process input and extract necessary data.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectMatchingElements(Element? element) List<Element>
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited