Entitlement constructor

Entitlement({
  1. String? detail,
  2. String? expireTime,
  3. String? productId,
  4. String? subscriptionToken,
})

Implementation

Entitlement({
  this.detail,
  this.expireTime,
  this.productId,
  this.subscriptionToken,
});