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