GroupRelationshipsOwners constructor

GroupRelationshipsOwners({
  1. required RelatedLinks links,
})

Returns a new GroupRelationshipsOwners instance.

Implementation

GroupRelationshipsOwners({
  required this.links,
});