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