CollationOptions class

Constructors

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

Properties

caseFirst CaseFirst?
final
collation String?
final
hashCode int
The hash code for this object.
no setterinherited
ignorePunctuation bool
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}) 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