endOfNextMonth static method

DateTime endOfNextMonth()

End of the next month in the local timezone

Implementation

static DateTime endOfNextMonth() => DateTime.now().endOfNextMonth();