Map<String, Object?> toJson() { var contentIds = this.contentIds; final json = <String, Object?>{}; json[r'contentIds'] = contentIds; return json; }