DateException constructor

const DateException(
  1. String message
)

Creates a new DateException

Implementation

const DateException(this.message);