values property

Set of all values of PermissionResponseAction.

Implementation

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