startOfToday property

DateTime startOfToday

Implementation

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