values property

Set of all values of ServerTrustAuthResponseAction.

Implementation

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