KnowledgeFactor constructor

const KnowledgeFactor({
  1. bool? isUsed,
  2. KnowledgeFactorType? type,
})

Implementation

const KnowledgeFactor({
  this.isUsed,
  this.type,
});