| Value | Meaning |
|---|---|
| none | No protection at all, the wrapping function will return a ref Signal instead of a ref RestrictedSignal |
| private_ | The Signal member variable will be private. |
| protected_ | The signal member variable will be protected. |
| package_ | The signal member variable will have package protection. |
Protection to use for the signal string mixin.