DateTimeError constructor

DateTimeError(
  1. String message
)

Initialize new DateTimeError instance

Implementation

DateTimeError(this.message);