AssignmentLinksSelf constructor

AssignmentLinksSelf({
  1. String? href,
  2. AssignmentLinksSelfIriTemplate? iriTemplate,
})

Returns a new AssignmentLinksSelf instance.

Implementation

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