PatternLockLinkageSettings constructor

const PatternLockLinkageSettings({
  1. int maxLinkDistance = 1,
  2. bool allowRepetitions = false,
})

Implementation

const PatternLockLinkageSettings({
  this.maxLinkDistance = 1,
  this.allowRepetitions = false,
}) : assert(maxLinkDistance > 0);