ExternalServiceLinksSelf constructor

ExternalServiceLinksSelf({
  1. String? href,
  2. ExternalServiceLinksSelfIriTemplate? iriTemplate,
})

Returns a new ExternalServiceLinksSelf instance.

Implementation

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