endOfLastMonth static method

DateTime endOfLastMonth()

End of the last month in the local timezone

Implementation

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