NupaleSession constructor

NupaleSession({
  1. String id = '',
  2. String itemId = '',
  3. String itemName = '',
  4. String ownerEmail = '',
  5. String readerEmail = '',
  6. Map<int, int> pagesDuration = const {},
  7. int nupale = 0,
  8. int createdTime = 0,
  9. SubscriptionLevel? subscriptionLevel,
  10. bool isTest = false,
})

Implementation

NupaleSession({
  this.id = '',
  this.itemId = '',
  this.itemName = '',
  this.ownerEmail = '',
  this.readerEmail = '',
  this.pagesDuration = const {},
  this.nupale = 0,
  this.createdTime = 0,
  this.subscriptionLevel,
  this.isTest = false,
});