Selector constructor
Selector({})
Creates a new Selector.
Implementation
Selector({
this.text,
this.textStartsWith,
this.textContains,
this.className,
this.contentDescription,
this.contentDescriptionStartsWith,
this.contentDescriptionContains,
this.resourceId,
this.instance,
this.enabled,
this.focused,
this.pkg,
});