StoreLicense constructor
const
StoreLicense({})
Creates an add-on license value.
Implementation
const StoreLicense({
this.isActive,
this.isEntitled,
this.skuStoreId,
this.productStoreId,
this.inAppOfferToken,
this.expirationDate,
this.expirationDateEpochMilliseconds,
this.extendedJsonData,
});