@override bool? equals(AskStep self, AskStep other) => Mapper.isEqual(self.key, other.key) && Mapper.isEqual(self.prompt, other.prompt);