GroupRelationshipsLicenses constructor

GroupRelationshipsLicenses({
  1. required RelatedLinks links,
})

Returns a new GroupRelationshipsLicenses instance.

Implementation

GroupRelationshipsLicenses({
  required this.links,
});