thisDayLastSecond method
Implementation
DateTime thisDayLastSecond() {
final now = DateTime.now();
return DateTime(now.year, now.month, now.day, 23, 59, 59, 99, 999);
}
DateTime thisDayLastSecond() {
final now = DateTime.now();
return DateTime(now.year, now.month, now.day, 23, 59, 59, 99, 999);
}