InvalidDateException constructor
Creates a new InvalidDateException
Implementation
const InvalidDateException(
super.message, {
this.invalidDate,
});
Creates a new InvalidDateException
const InvalidDateException(
super.message, {
this.invalidDate,
});