ThousandsPosSeparator class

Constructors

ThousandsPosSeparator.parse(String char)
Parse char to thousands pos separator
factory

Properties

char String
final
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
toString() String
A string representation of this object.
override

Operators

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

Static Properties

values List<ThousandsPosSeparator>
All thousands pos separators
no setter

Constants

comma → const ThousandsPosSeparator
comma means this format 1,000,000.00
dot → const ThousandsPosSeparator
dot means this format 1.000.000,00
quote → const ThousandsPosSeparator
space means this format 1'000'000,00
space → const ThousandsPosSeparator
space means this format 1 000 000,00