TFormatException constructor
const
TFormatException([
- String message = 'An unexpected format error occurred. Please check your input.'
Default constructor with a generic error message.
Implementation
const TFormatException([this.message = 'An unexpected format error occurred. Please check your input.']);