startOfDay property

DateTime get startOfDay

Gets start of day (00:00:00)

Implementation

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