LocaleDirectionality class final

See the Rust documentation for LocaleDirectionality for more information.

Implemented types

Constructors

LocaleDirectionality.new()
Construct a new LocaleDirectionality instance using compiled data.
factory
LocaleDirectionality.extended()
Construct a new LocaleDirectionality instance using compiled data.
factory
LocaleDirectionality.extendedWithProvider(DataProvider provider)
Construct a new LocaleDirectionality instance using a particular data source.
factory
LocaleDirectionality.withProvider(DataProvider provider)
Construct a new LocaleDirectionality instance 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

isLeftToRight(Locale locale) bool
See the Rust documentation for is_left_to_right for more information.
isRightToLeft(Locale locale) bool
See the Rust documentation for is_right_to_left 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
operator [](Locale locale) LocaleDirection
See the Rust documentation for get for more information.