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