@override String? stringify(AskStep self) => 'AskStep(key: ${Mapper.asString(self.key)}, prompt: ${Mapper.asString(self.prompt)})';