PlanLinksSelfIriTemplate constructor

PlanLinksSelfIriTemplate({
  1. MarkerLinksPlanIriTemplateMapping? mapping,
})

Returns a new PlanLinksSelfIriTemplate instance.

Implementation

PlanLinksSelfIriTemplate({
  this.mapping,
});