values property

Set<IOSWKDataDetectorTypes> values
final

Set of all values of IOSWKDataDetectorTypes.

Implementation

static final Set<IOSWKDataDetectorTypes> values = [
  IOSWKDataDetectorTypes.ADDRESS,
  IOSWKDataDetectorTypes.ALL,
  IOSWKDataDetectorTypes.CALENDAR_EVENT,
  IOSWKDataDetectorTypes.FLIGHT_NUMBER,
  IOSWKDataDetectorTypes.LINK,
  IOSWKDataDetectorTypes.LOOKUP_SUGGESTION,
  IOSWKDataDetectorTypes.NONE,
  IOSWKDataDetectorTypes.PHONE_NUMBER,
  IOSWKDataDetectorTypes.SPOTLIGHT_SUGGESTION,
  IOSWKDataDetectorTypes.TRACKING_NUMBER,
].toSet();