ReportLinksCategory constructor

ReportLinksCategory({
  1. String? href,
  2. ReportLinksCategoryIriTemplate? iriTemplate,
})

Returns a new ReportLinksCategory instance.

Implementation

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