endOfMinute property

DateTime endOfMinute

Return the end of the minute for this date. The result will be in the local timezone.

Implementation

DateTime get endOfMinute => clone.setSecond(59, 999, 999);