PolicyRelationshipsEntitlements constructor

PolicyRelationshipsEntitlements({
  1. required RelatedLinks links,
})

Returns a new PolicyRelationshipsEntitlements instance.

Implementation

PolicyRelationshipsEntitlements({
  required this.links,
});