ReportLinksChildrenIriTemplate constructor

ReportLinksChildrenIriTemplate({
  1. ReportLinksChildrenIriTemplateMapping? mapping,
})

Returns a new ReportLinksChildrenIriTemplate instance.

Implementation

ReportLinksChildrenIriTemplate({
  this.mapping,
});