InternalServiceLinksSelf constructor

InternalServiceLinksSelf({
  1. String? href,
  2. InternalServiceLinksSelfIriTemplate? iriTemplate,
})

Returns a new InternalServiceLinksSelf instance.

Implementation

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