DuskQuery constructor
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,
});
Creates a DuskQuery from the supplied predicates. Callers must pass at least one non-null field.
const DuskQuery({
this.text,
this.containsText,
this.semanticsLabel,
this.keyValue,
});