ReportLinks constructor

ReportLinks({
  1. ReportLinksAsset? asset,
  2. ReportLinksCategory? category,
  3. ReportLinksChildren? children,
  4. ReportLinksEquipment? equipment,
  5. ReportLinksFeedback? feedback,
  6. ReportLinksOperations? operations,
  7. ReportLinksOrganization? organization,
  8. ReportLinksPlace? place,
  9. ReportLinksSelf? self,
  10. ReportLinksTracking? tracking,
})

Returns a new ReportLinks instance.

Implementation

ReportLinks({
  this.asset,
  this.category,
  this.children,
  this.equipment,
  this.feedback,
  this.operations,
  this.organization,
  this.place,
  this.self,
  this.tracking,
});