ReportLinksChildren constructor

ReportLinksChildren({
  1. String? href,
  2. ReportLinksChildrenIriTemplate? iriTemplate,
})

Returns a new ReportLinksChildren instance.

Implementation

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