InvalidFormatException constructor
InvalidFormatException(
- InvalidFormatType formatType, {
- String? originalValue,
- String? customMessage,
Creates the exception with the given parameters.
Implementation
InvalidFormatException(this.formatType,
{this.originalValue, this.customMessage})
: super();