ReportLinksSelf constructor

ReportLinksSelf({
  1. String? href,
  2. ReportLinksSelfIriTemplate? iriTemplate,
})

Returns a new ReportLinksSelf instance.

Implementation

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