toIntFormatted method
Parses a formatted integer using NumberFormat.
See toNumFormatted for parameter details.
Implementation
int toIntFormatted(String format, String? locale) =>
toNumFormatted(format, locale).toInt();
Parses a formatted integer using NumberFormat.
See toNumFormatted for parameter details.
int toIntFormatted(String format, String? locale) =>
toNumFormatted(format, locale).toInt();