values property
Set of all values of URLCredentialPersistence.
Implementation
static final Set<URLCredentialPersistence> values = [
URLCredentialPersistence.FOR_SESSION,
URLCredentialPersistence.NONE,
URLCredentialPersistence.PERMANENT,
URLCredentialPersistence.SYNCHRONIZABLE,
].toSet();