StoreLicense constructor

const StoreLicense({
  1. bool? isActive,
  2. String? skuStoreId,
  3. String? inAppOfferToken,
  4. num? expirationDate,
})

Implementation

const StoreLicense({
  this.isActive,
  this.skuStoreId,
  this.inAppOfferToken,
  this.expirationDate,
});