ReportLinksSelfIriTemplate constructor

ReportLinksSelfIriTemplate({
  1. AssignmentLinksReportIriTemplateMapping? mapping,
})

Returns a new ReportLinksSelfIriTemplate instance.

Implementation

ReportLinksSelfIriTemplate({
  this.mapping,
});