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