CollationOptions class

Constructors

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

Properties

caseFirst CaseFirst
final
collation String?
final
hashCode int
The hash code for this object.
no setterinherited
ignorePunctuation bool
final
localeMatcher LocaleMatcher
final
numeric bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitivity Sensitivity?
final
usage Usage
final

Methods

copyWith({Usage? usage, Sensitivity? sensitivity, bool? ignorePunctuation, bool? numeric, CaseFirst? caseFirst, String? collation, LocaleMatcher? localeMatcher}) CollationOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited