Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'prompt'] = this.prompt; return json; }