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