decimalSeparator property

DecimalSeparator? decimalSeparator
final

Specifies the expected decimal separator symbol in the input, which determines the corresponding separator word used in the output (e.g., "point", "comma", "virgule"). If null, the language converter might use a default separator. See DecimalSeparator.

Implementation

final DecimalSeparator? decimalSeparator;