decimalDigits property
Specifies the number of decimal places to include in formatted number.
Default is 0 for integer input, 2 for other data types.
Implementation
final int? decimalDigits;
Specifies the number of decimal places to include in formatted number.
Default is 0 for integer input, 2 for other data types.
final int? decimalDigits;