android property

  1. @override
AndroidSelector get android
override

Returns the Android-specific selector.

Implementation

@override
AndroidSelector get android => AndroidSelector(
  text: text,
  textStartsWith: textStartsWith,
  textContains: textContains,
  className: className,
  contentDescription: contentDescription,
  contentDescriptionStartsWith: contentDescriptionStartsWith,
  contentDescriptionContains: contentDescriptionContains,
  resourceName: resourceId,
  instance: instance,
  isEnabled: enabled,
  isFocused: focused,
  applicationPackage: pkg,
);