CheckoutLicenseResponse constructor
CheckoutLicenseResponse({
- CheckoutType? checkoutType,
- List<
EntitlementData> ? entitlementsAllowed, - String? expiration,
- String? issuedAt,
- String? licenseConsumptionToken,
- String? nodeId,
- String? signedToken,
Implementation
CheckoutLicenseResponse({
this.checkoutType,
this.entitlementsAllowed,
this.expiration,
this.issuedAt,
this.licenseConsumptionToken,
this.nodeId,
this.signedToken,
});