lastSecond method
Gets the last second of this day
Implementation
DateTime lastSecond() {
return DateTime(year, month, day, 23, 59, 59);
}
Gets the last second of this day
DateTime lastSecond() {
return DateTime(year, month, day, 23, 59, 59);
}