OccupantLinksPlace constructor

OccupantLinksPlace({
  1. String? href,
  2. OccupantLinksPlaceIriTemplate? iriTemplate,
})

Returns a new OccupantLinksPlace instance.

Implementation

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