UnicodeCollation class Null safety Query Builder

Unicode Collation that will compare two strings by using the Unicode collation algorithm.

If the local is not specified, the collation is Unicode-aware but not localized; for example, accented Roman letters sort right after the base letter (This is implemented by using the "en_US" locale.).

Inheritance

Constructors

UnicodeCollation()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

ignoreAccents(bool ignoreAccents) UnicodeCollation
Specifies whether the collation ignores accents and diacritics.
ignoreCase(bool ignoreCase) UnicodeCollation
Specifies whether the collation is case-insensitive or not. [...]
locale(String? locale) UnicodeCollation
Specifies the locale for which the collation will compare strings appropriately based on the locale. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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