endOfToday property

DateTime endOfToday

Implementation

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