OccupantLinksSelf constructor

OccupantLinksSelf({
  1. String? href,
  2. OccupantLinksSelfIriTemplate? iriTemplate,
})

Returns a new OccupantLinksSelf instance.

Implementation

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