values property

Set<ServerTrustAuthResponseAction> values
final

Set of all values of ServerTrustAuthResponseAction.

Implementation

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