Album constructor
Album({})
Implementation
Album({
this.coverPhotoBaseUrl,
this.coverPhotoMediaItemId,
this.id,
this.isWriteable,
this.mediaItemsCount,
this.productUrl,
this.shareInfo,
this.title,
});