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