PermissionDescriptor constructor
PermissionDescriptor({})
Implementation
PermissionDescriptor({
required this.name,
this.sysex,
this.userVisibleOnly,
this.allowWithoutSanitization,
this.allowWithoutGesture,
this.panTiltZoom,
});