startOfDay property

DateTime get startOfDay

Start of current day (00:00:00)

Implementation

DateTime get startOfDay => DateTime(year, month, day);