equals method

  1. @override
bool equals(
  1. AuxDestination self,
  2. AuxDestination other
)

Implementation

@override bool equals(p3.AuxDestination self, p3.AuxDestination other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.auxStreamMode, other.auxStreamMode);