ParseException constructor
const
ParseException({
- required String message,
- StackTrace? stackTrace,
Exception thrown when client is not able to parse data.
Implementation
const ParseException({
required super.message,
super.stackTrace,
});