MarkerLinksPlan constructor

MarkerLinksPlan({
  1. String? href,
  2. MarkerLinksPlanIriTemplate? iriTemplate,
})

Returns a new MarkerLinksPlan instance.

Implementation

MarkerLinksPlan({
  this.href,
  this.iriTemplate,
});