KnowledgeContextHit constructor

const KnowledgeContextHit(
  1. SearchResult result,
  2. String reason, {
  3. String? viaPath,
  4. OkfGraphEdge? edge,
})

Implementation

const KnowledgeContextHit(
  this.result,
  this.reason, {
  this.viaPath,
  this.edge,
});