KnowledgeFactor constructor
const
KnowledgeFactor({
- bool? isUsed,
- KnowledgeFactorType? type,
Implementation
const KnowledgeFactor({
this.isUsed,
this.type,
});
const KnowledgeFactor({
this.isUsed,
this.type,
});