ProcessRelationshipsProduct constructor

ProcessRelationshipsProduct({
  1. required RelatedLinks links,
  2. required CreatePolicyRequestDataRelationshipsProductData data,
})

Returns a new ProcessRelationshipsProduct instance.

Implementation

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