NoteLinksSelf constructor

NoteLinksSelf({
  1. String? href,
  2. NoteLinksSelfIriTemplate? iriTemplate,
})

Returns a new NoteLinksSelf instance.

Implementation

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