ParentFilter class

A filter that checks if the candidates are children of all parents

Implemented types

Constructors

ParentFilter(List<WidgetSelector<Widget>> parents)
Creates a ParentFilter with a list of parents

Properties

description String
A description to describe the filter
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
parents List<WidgetSelector<Widget>>
The list of WidgetSelector that are checked to be parents of the candidates
final
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.
override

Operators

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