GeneralCategoryNameToGroupMapper class final

A type capable of looking up General Category Group values from a string name.

See the Rust documentation for PropertyParser for more information.

See the Rust documentation for GeneralCategory for more information.

Implemented types

Constructors

GeneralCategoryNameToGroupMapper.new()
Create a name-to-mask mapper for the General_Category property, using compiled data.
factory
GeneralCategoryNameToGroupMapper.withProvider(DataProvider provider)
Create a name-to-mask mapper for the General_Category property, using a particular data source.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLoose(String name) GeneralCategoryGroup
Get the mask value matching the given name, using loose matching
getStrict(String name) GeneralCategoryGroup
Get the mask value matching the given name, using strict matching
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