toDateTime method

DateTime toDateTime()

Implementation

DateTime toDateTime() {
  var time = DateTime.parse(this);
  return time;
}