unicode static method

UnicodeCollation unicode()

Creates an Unicode collation that will compare strings by using the Unicode collation algorithm.

If the locale 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.).

Implementation

static UnicodeCollation unicode() => UnicodeCollationImpl();