values property

Set of all values of IOSNavigationResponseAction.

Implementation

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