UnicodeDataItem class

Contains information about an Unicode Data characters range

Constructors

UnicodeDataItem(int start, int end, {required String name, required String category, required String canonicalCombiningClass, required String bidiClass, required String decomposition, required String decimalDigitValue, required String digitValue, required String numericValue, required String mirrored, required String unicode1Name, required String isoComment, required String simpleUppercaseMapping, required String simpleLowercaseMapping, required String simpleTitlecaseMapping})
Default constructor

Properties

bidiClass String
https://www.unicode.org/reports/tr44/#Bidi_Class_Values
getter/setter pair
canonicalCombiningClass String
https://www.unicode.org/reports/tr44/#Canonical_Combining_Class_Values
getter/setter pair
category String
https://www.unicode.org/reports/tr44/#General_Category_Values
getter/setter pair
decimalDigitValue String
getter/setter pair
decomposition String
https://www.unicode.org/reports/tr44/#Character_Decomposition_Mappings
getter/setter pair
digitValue String
getter/setter pair
end int
End of the range
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isoComment String
getter/setter pair
mirrored String
getter/setter pair
name String
Name
getter/setter pair
numericValue String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simpleLowercaseMapping String
getter/setter pair
simpleTitlecaseMapping String
getter/setter pair
simpleUppercaseMapping String
getter/setter pair
start int
Start of the range
getter/setter pairinherited
unicode1Name String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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