KnowledgeBaseLinks constructor

KnowledgeBaseLinks({
  1. KnowledgeBaseLinksSelf? self,
})

Returns a new KnowledgeBaseLinks instance.

Implementation

KnowledgeBaseLinks({
  this.self,
});