operator ^ method

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

Logical bitwise XOR.

Implementation

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