OperationLinks constructor

OperationLinks({
  1. OperationLinksAssignments? assignments,
  2. OperationLinksFeedback? feedback,
  3. OperationLinksImage? image,
  4. List<OperationLinksImages>? images = const [],
  5. OperationLinksOperator? operator_,
  6. OperationLinksOrganization? organization,
  7. OperationLinksReport? report,
  8. OperationLinksSelf? self,
  9. OperationLinksTracking? tracking,
})

Returns a new OperationLinks instance.

Implementation

OperationLinks({
  this.assignments,
  this.feedback,
  this.image,
  this.images = const [],
  this.operator_,
  this.organization,
  this.report,
  this.self,
  this.tracking,
});