startOfDay property

DateTime get startOfDay

Start and end of day

Implementation

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