ApplicationLinks constructor

ApplicationLinks({
  1. ApplicationLinksKnowledgeBase? knowledgeBase,
  2. ApplicationLinksSelf? self,
})

Returns a new ApplicationLinks instance.

Implementation

ApplicationLinks({
  this.knowledgeBase,
  this.self,
});