operator | method
- BrowserProcessKind value
Implementation
BrowserProcessKind operator |(BrowserProcessKind value) =>
BrowserProcessKind._internal(
value.toValue() | _value,
value.toNativeValue() != null && _nativeValue != null
? value.toNativeValue()! | _nativeValue!
: null,
);