ExtendLicenseConsumptionResponse constructor

ExtendLicenseConsumptionResponse({
  1. String? expiration,
  2. String? licenseConsumptionToken,
})

Implementation

ExtendLicenseConsumptionResponse({
  this.expiration,
  this.licenseConsumptionToken,
});