SectionLinksSelf constructor

SectionLinksSelf({
  1. String? href,
  2. SectionLinksSelfIriTemplate? iriTemplate,
})

Returns a new SectionLinksSelf instance.

Implementation

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