ContentAccessModel constructor

ContentAccessModel({
  1. bool? sessionExists,
  2. int? accessTimeLeft,
  3. bool? freeAccess,
  4. bool? isAdfreePurchased,
  5. Payload? payload,
  6. String? consumptionId,
  7. String? signature,
  8. bool? downloadExists,
  9. bool? unlockedWithPass,
  10. bool? unlockedWithSubscription,
})

Implementation

ContentAccessModel(
    {this.sessionExists,
    this.accessTimeLeft,
    this.freeAccess,
    this.isAdfreePurchased,
    this.payload,
    this.consumptionId,
    this.signature,
    this.downloadExists,
    this.unlockedWithPass,
    this.unlockedWithSubscription});