operator | method
Bitwise OR keeping the ReactiveFlags type. / OR bitwise mantendo o tipo ReactiveFlags.
Implementation
@pragma('vm:prefer-inline')
@pragma('dart2js:tryInline')
@pragma('wasm:prefer-inline')
ReactiveFlags operator |(ReactiveFlags other) =>
ReactiveFlags._(_raw | other._raw);