PolicyRelationshipsLicenses constructor

PolicyRelationshipsLicenses({
  1. required RelatedLinks links,
})

Returns a new PolicyRelationshipsLicenses instance.

Implementation

PolicyRelationshipsLicenses({
  required this.links,
});