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