CollationOptions constructor
const
CollationOptions({
- LocaleMatcher localeMatcher = LocaleMatcher.bestfit,
- Usage usage = Usage.sort,
- Sensitivity? sensitivity,
- bool ignorePunctuation = false,
- bool numeric = false,
- CaseFirst caseFirst = CaseFirst.localeDependent,
- String? collation,
Implementation
const CollationOptions({
this.localeMatcher = LocaleMatcher.bestfit,
this.usage = Usage.sort,
this.sensitivity,
this.ignorePunctuation = false,
this.numeric = false,
this.caseFirst = CaseFirst.localeDependent,
this.collation,
});