selectors property

List<Selector>? selectors
final

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

Implementation

final List<Selector>? selectors;