AndroidSelector constructor

AndroidSelector({
  1. String? className,
  2. bool? isCheckable,
  3. bool? isChecked,
  4. bool? isClickable,
  5. bool? isEnabled,
  6. bool? isFocusable,
  7. bool? isFocused,
  8. bool? isLongClickable,
  9. bool? isScrollable,
  10. bool? isSelected,
  11. String? applicationPackage,
  12. String? contentDescription,
  13. String? contentDescriptionStartsWith,
  14. String? contentDescriptionContains,
  15. String? text,
  16. String? textStartsWith,
  17. String? textContains,
  18. String? resourceName,
  19. int? instance,
})

Implementation

AndroidSelector({
  this.className,
  this.isCheckable,
  this.isChecked,
  this.isClickable,
  this.isEnabled,
  this.isFocusable,
  this.isFocused,
  this.isLongClickable,
  this.isScrollable,
  this.isSelected,
  this.applicationPackage,
  this.contentDescription,
  this.contentDescriptionStartsWith,
  this.contentDescriptionContains,
  this.text,
  this.textStartsWith,
  this.textContains,
  this.resourceName,
  this.instance,
});