core.Map<core.String, core.dynamic> toJson() { final suggestions = this.suggestions; return {'suggestions': ?suggestions}; }