values property

Set of all values of PermissionRequestResponseAction.

Implementation

static final Set<PermissionRequestResponseAction> values = [
  PermissionRequestResponseAction.DENY,
  PermissionRequestResponseAction.GRANT,
].toSet();