menu
mhu_dart_commons package
documentation
commons.dart
tryParseDecimal function
tryParseDecimal function
dark_mode
light_mode
tryParseDecimal
function
Decimal?
tryParseDecimal
(
String
string
)
Implementation
Decimal? tryParseDecimal(String string) => Decimal.tryParse( string.replaceAll(',', '.'), );
mhu_dart_commons package
documentation
commons
tryParseDecimal function
commons library