endOfToday property

DateTime get endOfToday

Implementation

static DateTime get endOfToday {
  return DateTime.now().endOfDay;
}