AFExtractChildrenWidgetAction class abstract

Inheritance
Implementers

Constructors

AFExtractChildrenWidgetAction(Type appliesTo)

Properties

actionType String
finalinherited
allowMultiple bool
getter/setter pairinherited
appliesTo Type
The type of the widget that this can tap on.
finalinherited
appliesToType Type
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extract(String extractType, AFWidgetSelector selector, Element element) → dynamic
This extracts data from a widget and returns it.
inherited
extractInternal(String extractType, AFWidgetSelector selector, Element element) → dynamic
inherited
findChildrenWithWidgetType<T>(Element element) List<Element>
inherited
matches(String actionT, Element element) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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