end property

DateTime get end

End of the day.

Implementation

DateTime get end =>
    DateTime(year, month, day + 1).subtract(const Duration(microseconds: 1));