startOfToday property

DateTime get startOfToday

Implementation

static DateTime get startOfToday {
  return DateTime.now().startOfDay;
}