endOfThisMonth static method

DateTime endOfThisMonth()

End of the current month in the local timezone

Implementation

static DateTime endOfThisMonth() => DateTime.now().endOfMonth();