MarkerLinksPlanIriTemplate constructor

MarkerLinksPlanIriTemplate({
  1. MarkerLinksPlanIriTemplateMapping? mapping,
})

Returns a new MarkerLinksPlanIriTemplate instance.

Implementation

MarkerLinksPlanIriTemplate({
  this.mapping,
});