ApplicationLinksSelf constructor

ApplicationLinksSelf({
  1. String? href,
  2. ApplicationLinksSelfIriTemplate? iriTemplate,
})

Returns a new ApplicationLinksSelf instance.

Implementation

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