LocaleExpander class final

A locale expander.

See the Rust documentation for LocaleExpander for more information.

Implemented types

Constructors

LocaleExpander.new()
Create a new LocaleExpander using compiled data.
factory
LocaleExpander.extended()
Create a new LocaleExpander with extended data using compiled data.
factory
LocaleExpander.extendedWithProvider(DataProvider provider)
Create a new LocaleExpander with extended data using a particular data source.
factory
LocaleExpander.withProvider(DataProvider provider)
Create a new LocaleExpander using a new_common 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

maximize(Locale locale) TransformResult
See the Rust documentation for maximize for more information.
minimize(Locale locale) TransformResult
See the Rust documentation for minimize for more information.
minimizeFavorScript(Locale locale) TransformResult
See the Rust documentation for minimize_favor_script for more information.
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