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