I have a use case where I need to be able to toggle whether a single feature is selected or not. To do that, I need to be able to determine if it already selected, but I cannot seem to find anywhere in the code or documentation a quick/easy way such as a property on AGSFeature (doesn't exist). Reaching out to see if there is a way outside of gathering all selected features and checking if the feature I tapped is included. That route will be too slow as there may be quite a few already selected features. Any help would be appreciated, thanks.