tryToDoubleFormatted method
Attempts toDoubleFormatted, returning null on failure.
Implementation
double? tryToDoubleFormatted(String format, String? locale) =>
tryToNumFormatted(format, locale)?.toDouble();
Attempts toDoubleFormatted, returning null on failure.
double? tryToDoubleFormatted(String format, String? locale) =>
tryToNumFormatted(format, locale)?.toDouble();