CollatorOptions constructor

CollatorOptions({
  1. CollatorStrength? strength,
  2. CollatorAlternateHandling? alternateHandling,
  3. CollatorMaxVariable? maxVariable,
  4. CollatorCaseLevel? caseLevel,
})

Implementation

CollatorOptions({this.strength, this.alternateHandling, this.maxVariable, this.caseLevel});