endOfToday static method

DateTime endOfToday()

End of today in the local timezone

Implementation

static DateTime endOfToday() => DateTime.now().endOfDay();