ProductRelationshipsTokens constructor

ProductRelationshipsTokens({
  1. required RelatedLinks links,
})

Returns a new ProductRelationshipsTokens instance.

Implementation

ProductRelationshipsTokens({
  required this.links,
});