equals method
Implementation
@override bool equals(p4.Source self, p4.Source other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.name, other.name) && Mapper.isEqual(self.hSize, other.hSize) && Mapper.isEqual(self.vSize, other.vSize) && Mapper.isEqual(self.srcType, other.srcType) && Mapper.isEqual(self.inputCfgIndex, other.inputCfgIndex) && Mapper.isEqual(self.stillIndex, other.stillIndex) && Mapper.isEqual(self.destIndex, other.destIndex) && Mapper.isEqual(self.userKeyIndex, other.userKeyIndex) && Mapper.isEqual(self.freeze, other.freeze) && Mapper.isEqual(self.capacity, other.capacity) && Mapper.isEqual(self.inputCfgVideoStatus, other.inputCfgVideoStatus) && Mapper.isEqual(self.mode3D, other.mode3D);