Album constructor

Album({
  1. String? coverPhotoBaseUrl,
  2. String? coverPhotoMediaItemId,
  3. String? id,
  4. bool? isWriteable,
  5. String? mediaItemsCount,
  6. String? productUrl,
  7. ShareInfo? shareInfo,
  8. String? title,
})

Implementation

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