MachineRelationshipsLicense constructor

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

Returns a new MachineRelationshipsLicense instance.

Implementation

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