CollectionItem constructor
CollectionItem({})
Implementation
CollectionItem({
required this.objectId,
required this.name,
this.yearPublished,
this.numPlays,
this.thumbnailUrl,
this.imageUrl,
});
CollectionItem({
required this.objectId,
required this.name,
this.yearPublished,
this.numPlays,
this.thumbnailUrl,
this.imageUrl,
});