PlanLinksImageIriTemplate constructor

PlanLinksImageIriTemplate({
  1. MarkerLinksPlanIriTemplateMapping? mapping,
})

Returns a new PlanLinksImageIriTemplate instance.

Implementation

PlanLinksImageIriTemplate({
  this.mapping,
});