values property

Set of all values of IOSURLCredentialPersistence.

Implementation

static final Set<IOSURLCredentialPersistence> values = [
  IOSURLCredentialPersistence.FOR_SESSION,
  IOSURLCredentialPersistence.NONE,
  IOSURLCredentialPersistence.PERMANENT,
  IOSURLCredentialPersistence.SYNCHRONIZABLE,
].toSet();