operator | method
- SlotEffect other
Combine effects using | operator
Implementation
SlotEffect operator |(SlotEffect other) =>
SlotEffect._(_value | other._value);
Combine effects using | operator
SlotEffect operator |(SlotEffect other) =>
SlotEffect._(_value | other._value);