AssignmentLinks constructor

AssignmentLinks({
  1. AssignmentLinksMember? member,
  2. AssignmentLinksReport? report,
  3. AssignmentLinksSelf? self,
  4. AssignmentLinksService? service,
})

Returns a new AssignmentLinks instance.

Implementation

AssignmentLinks({
  this.member,
  this.report,
  this.self,
  this.service,
});