values property

Set of all values of ShouldAllowDeprecatedTLSAction.

Implementation

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