ProcessRelationshipsLicense constructor

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

Returns a new ProcessRelationshipsLicense instance.

Implementation

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