startOfDay property
DateTime
get
startOfDay
Returns the start of the day for the DateTime
Implementation
DateTime get startOfDay => DateTime(year, month, day);
Returns the start of the day for the DateTime
DateTime get startOfDay => DateTime(year, month, day);