parseDecimalSeparator property
A static property that gets/sets the character to be recognized by the parsing engine as decimal separator for numbers.
Implementation
static String parseDecimalSeparator = '.';
A static property that gets/sets the character to be recognized by the parsing engine as decimal separator for numbers.
static String parseDecimalSeparator = '.';