InherenceFactor constructor

const InherenceFactor({
  1. bool? isUsed,
  2. InherenceFactorType? type,
})

Implementation

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