DuskQuery constructor
const
DuskQuery({})
Creates a DuskQuery from the supplied predicates. Callers must pass at least one non-null field.
Implementation
const DuskQuery({
this.text,
this.containsText,
this.semanticsLabel,
this.keyValue,
this.withinRef,
});