@override bool equals(p0.AlifError self, p0.AlifError other) => Mapper.isEqual(self.code, other.code) && Mapper.isEqual(self.msg, other.msg);