menu
truthinscanner package
documentation
utils/utils.dart
DoubleFormatterExtensions
removeDecimalZero method
removeDecimalZero method
dark_mode
light_mode
removeDecimalZero
method
String
removeDecimalZero
(
)
Implementation
String removeDecimalZero() => this % 1 == 0 ? toInt().toString() : toString();
truthinscanner package
documentation
utils/utils
DoubleFormatterExtensions
removeDecimalZero method
DoubleFormatterExtensions extension on
double