ListFormatOptions class
Constructors
- ListFormatOptions({Type type = Type.and, ListStyle style = ListStyle.long, LocaleMatcher localeMatcher = LocaleMatcher.bestfit})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localeMatcher → LocaleMatcher
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → ListStyle
-
Indicates the grouping style (for example, whether list separators and
conjunctions are included).
final
- type → Type
-
final
Methods
-
copyWith(
{Type? type, ListStyle? style, LocaleMatcher? localeMatcher}) → ListFormatOptions -
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