dart · dart/FormatException
FormatException
FormatException
Thrown when a string or other data cannot be parsed or decoded into the expected format, such as calling int.parse() on a non-numeric string or jsonDecode() on malformed JSON.
Thrown when a string or other data cannot be parsed or decoded into the expected format, such as calling int.parse() on a non-numeric string or jsonDecode() on malformed JSON.