PersonLinksSelf constructor

PersonLinksSelf({
  1. String? href,
  2. PersonLinksSelfIriTemplate? iriTemplate,
})

Returns a new PersonLinksSelf instance.

Implementation

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