LicenseRelationshipsMachines constructor

LicenseRelationshipsMachines({
  1. required RelatedLinks links,
})

Returns a new LicenseRelationshipsMachines instance.

Implementation

LicenseRelationshipsMachines({
  required this.links,
});