thisMonth static method
Implementation
static DatePair thisMonth() => DatePair('This Month', DateTime(now().year, now().month, 0, 0), DateTime(now().year, now().month + 1, 0 , 0));
static DatePair thisMonth() => DatePair('This Month', DateTime(now().year, now().month, 0, 0), DateTime(now().year, now().month + 1, 0 , 0));