lastMonth static method

DatePair lastMonth()

Implementation

static DatePair lastMonth() => DatePair('Last Month', DateTime(now().year, now().month - 2, 0, 0), DateTime(now().year, now().month - 1, 0 , 0));