SeriesSeries constructor

SeriesSeries({
  1. String? bannerImageUrl,
  2. bool? eligibleForSubscription,
  3. String? imageUrl,
  4. bool? isComplete,
  5. String? seriesFormatType,
  6. String? seriesId,
  7. SeriesSeriesSeriesSubscriptionReleaseInfo? seriesSubscriptionReleaseInfo,
  8. String? seriesType,
  9. String? subscriptionId,
  10. String? title,
})

Implementation

SeriesSeries({
  this.bannerImageUrl,
  this.eligibleForSubscription,
  this.imageUrl,
  this.isComplete,
  this.seriesFormatType,
  this.seriesId,
  this.seriesSubscriptionReleaseInfo,
  this.seriesType,
  this.subscriptionId,
  this.title,
});