CheckoutLicenseResponse constructor

CheckoutLicenseResponse({
  1. CheckoutType? checkoutType,
  2. List<EntitlementData>? entitlementsAllowed,
  3. String? expiration,
  4. String? issuedAt,
  5. String? licenseConsumptionToken,
  6. String? nodeId,
  7. String? signedToken,
})

Implementation

CheckoutLicenseResponse({
  this.checkoutType,
  this.entitlementsAllowed,
  this.expiration,
  this.issuedAt,
  this.licenseConsumptionToken,
  this.nodeId,
  this.signedToken,
});