DateTimeType constructor
DateTimeType()
Create a new BoolType
Implementation
DateTimeType() : super(type: DateTime) {
baseType<DateTime>(DateTime);
}
Create a new BoolType
DateTimeType() : super(type: DateTime) {
baseType<DateTime>(DateTime);
}