DateException constructor
DateException(
- String message
Implementation
factory DateException(String message) {
return _DateExceptionImpl(message);
}
factory DateException(String message) {
return _DateExceptionImpl(message);
}