todayStart property

DateTime todayStart

Implementation

static DateTime get todayStart {
  final now = DateTime.now();
  return DateTime(now.year, now.month, now.day, 0, 0, 0);
}