DateTimeType constructor

DateTimeType()

Create a new BoolType

Implementation

DateTimeType() : super(type: DateTime) {
  baseType<DateTime>(DateTime);
}