values property

Set<HttpAuthResponseAction> values
final

Set of all values of HttpAuthResponseAction.

Implementation

static final Set<HttpAuthResponseAction> values = [
  HttpAuthResponseAction.CANCEL,
  HttpAuthResponseAction.PROCEED,
  HttpAuthResponseAction.USE_SAVED_HTTP_AUTH_CREDENTIALS,
].toSet();