Pattern constructor
Pattern({})
Implementation
Pattern({
this.countersToAggregate,
this.description,
this.id,
this.name,
this.resolutionSteps,
this.targetFrames,
this.thresholdPercent,
});
Pattern({
this.countersToAggregate,
this.description,
this.id,
this.name,
this.resolutionSteps,
this.targetFrames,
this.thresholdPercent,
});