Collation class

Constructors

Collation({required String locale, required bool caseLevel, required String caseFirst, required int strength, required bool numericOrdering, required String alternate, required String maxVariable, required bool normalization, required bool backwards})

Properties

alternate String
final
backwards bool
final
caseFirst String
final
caseLevel bool
final
hashCode int
The hash code for this object.
no setterinherited
locale String
final
maxVariable String
final
normalization bool
final
numericOrdering bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strength int
final

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