Usage enum

Whether to use collation for searching for strings in an array, or rather sorting an array of strings.

Example: For the de locale, ['AE', 'Ä'] is the correct order for Usage.search, but ['Ä', 'AE'] for Usage.sort.

Inheritance

Constructors

Usage()
const

Values

sort → const Usage

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<Usage>
A constant List of the values in this enum, in order of their declaration.