DocumentLinksCreatedBy constructor

DocumentLinksCreatedBy({
  1. String? href,
  2. DocumentLinksCreatedByIriTemplate? iriTemplate,
})

Returns a new DocumentLinksCreatedBy instance.

Implementation

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