today static method

DateTime today()

Implementation

static DateTime today() {
  var now = DateTime.now();
  return now.withTime();
}