OccupantLinks constructor

OccupantLinks({
  1. OccupantLinksMember? member,
  2. OccupantLinksPlace? place,
  3. OccupantLinksSelf? self,
})

Returns a new OccupantLinks instance.

Implementation

OccupantLinks({
  this.member,
  this.place,
  this.self,
});