TitlecaseMapper class final

See the Rust documentation for TitlecaseMapper for more information.

Implemented types

Constructors

TitlecaseMapper.new()
Construct a new TitlecaseMapper instance using compiled data.
factory
TitlecaseMapper.withProvider(DataProvider provider)
Construct a new TitlecaseMapper 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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
titlecaseSegment(String s, Locale locale, TitlecaseOptions options) String
Returns the full titlecase mapping of the given string
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

titlecaseSegmentWithCompiledData(String s, Locale locale, TitlecaseOptions options) String
Returns the full titlecase mapping of the given string, using compiled data (avoids having to allocate a TitlecaseMapper object)