ListFormatter class final

See the Rust documentation for ListFormatter for more information.

Implemented types

Constructors

ListFormatter.andWithLength(Locale locale, ListLength length)
Construct a new ListFormatter instance for And patterns from compiled data.
factory
ListFormatter.andWithLengthAndProvider(DataProvider provider, Locale locale, ListLength length)
Construct a new ListFormatter instance for And patterns
factory
ListFormatter.orWithLength(Locale locale, ListLength length)
Construct a new ListFormatter instance for And patterns from compiled data.
factory
ListFormatter.orWithLengthAndProvider(DataProvider provider, Locale locale, ListLength length)
Construct a new ListFormatter instance for And patterns
factory
ListFormatter.unitWithLength(Locale locale, ListLength length)
Construct a new ListFormatter instance for And patterns from compiled data.
factory
ListFormatter.unitWithLengthAndProvider(DataProvider provider, Locale locale, ListLength length)
Construct a new ListFormatter instance for And patterns
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

format(List<String> list) String
See the Rust documentation for format 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