startOfLastMonth static method

DateTime startOfLastMonth()

Start of the last month in the local timezone

Implementation

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