PolicyRelationshipsPool constructor

PolicyRelationshipsPool({
  1. required RelatedLinks links,
})

Returns a new PolicyRelationshipsPool instance.

Implementation

PolicyRelationshipsPool({
  required this.links,
});