ScanModule constructor
ScanModule({})
Implementation
ScanModule({
this.label,
this.color = Colors.transparent,
this.validateCountCorrelation = 5,
this.distanceCorrelation = 0,
}) {
assert(validateCountCorrelation > 0);
}