ReportLinksAsset constructor

ReportLinksAsset({
  1. String? href,
  2. ReportLinksAssetIriTemplate? iriTemplate,
})

Returns a new ReportLinksAsset instance.

Implementation

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