values property
Set of all values of PermissionResourceType.
Implementation
static final Set<PermissionResourceType> values = [
PermissionResourceType.CAMERA,
PermissionResourceType.CAMERA_AND_MICROPHONE,
PermissionResourceType.DEVICE_ORIENTATION_AND_MOTION,
PermissionResourceType.MICROPHONE,
PermissionResourceType.MIDI_SYSEX,
PermissionResourceType.PROTECTED_MEDIA_ID,
].toSet();