UserRelationshipsProducts constructor

UserRelationshipsProducts({
  1. required RelatedLinks links,
})

Returns a new UserRelationshipsProducts instance.

Implementation

UserRelationshipsProducts({
  required this.links,
});