operator | method

  1. @override
Logic operator |(
  1. Logic other
)
override

Logical bitwise OR.

Implementation

@override
Logic operator |(Logic other) => packed | other;