values property

Set of all values of SafeBrowsingResponseAction.

Implementation

static final Set<SafeBrowsingResponseAction> values = [
  SafeBrowsingResponseAction.BACK_TO_SAFETY,
  SafeBrowsingResponseAction.PROCEED,
  SafeBrowsingResponseAction.SHOW_INTERSTITIAL,
].toSet();