equals method

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

Implementation

@override bool equals(p4.Channels self, p4.Channels other) => Mapper.isEqual(self.channel, other.channel);