NoteLinksAuthor constructor

NoteLinksAuthor({
  1. String? href,
  2. NoteLinksAuthorIriTemplate? iriTemplate,
})

Returns a new NoteLinksAuthor instance.

Implementation

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