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