KnowledgeContextHit constructor
const
KnowledgeContextHit(
- SearchResult result,
- String reason, {
- String? viaPath,
- OkfGraphEdge? edge,
Implementation
const KnowledgeContextHit(
this.result,
this.reason, {
this.viaPath,
this.edge,
});