startOfDay property
DateTime
get
startOfDay
Returns the start of this day (00:00:00.000).
Implementation
DateTime get startOfDay => DateTime(year, month, day);
Returns the start of this day (00:00:00.000).
DateTime get startOfDay => DateTime(year, month, day);