ProductRelationshipsAccount constructor

ProductRelationshipsAccount({
  1. required RelatedLinks links,
  2. required TokenRelationshipsAccountData data,
})

Returns a new ProductRelationshipsAccount instance.

Implementation

ProductRelationshipsAccount({
  required this.links,
  required this.data,
});