equals method

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

Implementation

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