today static method

DateTime today()

Implementation

static DateTime today() {
  return DateTime.now().dateOnly();
}