ApplicationLinksKnowledgeBase constructor

ApplicationLinksKnowledgeBase({
  1. String? href,
  2. ApplicationLinksKnowledgeBaseIriTemplate? iriTemplate,
})

Returns a new ApplicationLinksKnowledgeBase instance.

Implementation

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