FinderFilter class

An interop filter that filters elements based on a flutter_test Finder

Inheritance

Constructors

FinderFilter(Finder finder)
Creates an ElementFilter for WidgetSelector based on a Finder

Properties

description String
A description to describe the filter
no setteroverride
finder Finder
A usual Finder from find by the flutter_test package
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filter(Iterable<WidgetTreeNode> candidates) Iterable<WidgetTreeNode>
Filters all candidates, retuning only a subset that matches
override
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