LicenseEntitlementRelationshipsLicense constructor

LicenseEntitlementRelationshipsLicense({
  1. required RelatedLinks links,
  2. required ActivateMachineRequestDataRelationshipsLicenseData data,
})

Returns a new LicenseEntitlementRelationshipsLicense instance.

Implementation

LicenseEntitlementRelationshipsLicense({
  required this.links,
  required this.data,
});