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