ProductRelationshipsLicenses constructor

ProductRelationshipsLicenses({
  1. required RelatedLinks links,
})

Returns a new ProductRelationshipsLicenses instance.

Implementation

ProductRelationshipsLicenses({
  required this.links,
});