values property

Set of all values of NavigationResponseAction.

Implementation

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