PlanLinksImage constructor

PlanLinksImage({
  1. String? href,
  2. PlanLinksImageIriTemplate? iriTemplate,
})

Returns a new PlanLinksImage instance.

Implementation

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